File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Incorrect:
24
24
25
25
#### One-line format
26
26
27
- One-line format is a format for writting all commands in one line.
27
+ One-line format is a format for writing all commands in one line.
28
28
29
29
- ** It's recommended to** put no spaces before and after pipe ` | ` symbol denoting block or closure parameter list beginning,
30
30
- ** It's recommended to** put one space after comma ` , ` after block, closure parameter or record key.
@@ -57,7 +57,7 @@ Incorrect:
57
57
58
58
#### Multi-line format
59
59
60
- Multi-line format is a format for writting all commands in several lines. It inherits all rules from one-line format
60
+ Multi-line format is a format for writing all commands in several lines. It inherits all rules from one-line format
61
61
and modifies them slightly. When not stated explicitly, rule is inherited without change.
62
62
63
63
- ** It's recommended to** put zero trailing spaces after pipe ` | ` symbol when ` \n\t ` follows it.
@@ -113,7 +113,7 @@ Incorrect:
113
113
114
114
### Spreading long lines
115
115
116
- - ** It's recommended to** default to short format unless you are writting scripts.
116
+ - ** It's recommended to** default to short format unless you are writing scripts.
117
117
- ** It's recommended to** default to short format in scripts for lists unless they more than 80 characters long.
118
118
- ** It's recommended to** use long format for pipelines more than 80 characters long.
119
119
You can’t perform that action at this time.
0 commit comments