From b43f4721f6ec2799cbcd3acdbc41c05e91b2bd42 Mon Sep 17 00:00:00 2001 From: Artyom Date: Sun, 16 Apr 2017 03:13:01 +0300 Subject: Fix typos in the config file --- data/stylish-haskell.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml index 2eaa665..8f42eff 100644 --- a/data/stylish-haskell.yaml +++ b/data/stylish-haskell.yaml @@ -75,7 +75,7 @@ steps: # short enough to fit to single line. Otherwise it'll be multiline. # # - multiline: One line per import list entry. - # Type with contructor list acts like single import. + # Type with constructor list acts like single import. # # > import qualified Data.Map as M # > ( empty @@ -109,7 +109,7 @@ steps: # Useful for 'file' and 'group' align settings. list_padding: 4 - # Separate lists option affects formating of import list for type + # Separate lists option affects formatting of import list for type # or class. The only difference is single space between type and list # of constructors, selectors and class functions. # @@ -142,7 +142,7 @@ steps: # Align affects alignment of closing pragma brackets. # - # - true: Brackets are aligned in same collumn. + # - true: Brackets are aligned in same column. # # - false: Brackets are not aligned together. There is only one space # between actual import and closing bracket. -- cgit v1.2.3