From 41cf6d540fbc7c6033dad09fb27a68ad1da4c629 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 2 Jul 2018 18:51:51 +0300 Subject: More spellcheck --- .stylish-haskell.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.stylish-haskell.yaml') diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml index 496e72802..43c8442f8 100644 --- a/.stylish-haskell.yaml +++ b/.stylish-haskell.yaml @@ -41,7 +41,7 @@ steps: # Default: global. align: none - # Folowing options affect only import list alignment. + # Following options affect only import list alignment. # # List align has following options: # @@ -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 @@ -91,7 +91,7 @@ steps: # This option affects 'list_align' and 'long_list_align'. 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. # @@ -124,7 +124,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