summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorArtyom <yom@artyom.me>2017-04-16 03:13:01 +0300
committerArtyom <yom@artyom.me>2017-04-16 03:13:01 +0300
commitb43f4721f6ec2799cbcd3acdbc41c05e91b2bd42 (patch)
tree21804615efbe9a389091b624c1fdf54dec6438bf /data
parentff803c126b5deddc5c225e02187eb2b637d45ab8 (diff)
downloadstylish-haskell-b43f4721f6ec2799cbcd3acdbc41c05e91b2bd42.tar.gz
Fix typos in the config file
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml6
1 files changed, 3 insertions, 3 deletions
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.