Skip to content

Commit bbae20b

Browse files
EmilySeville7cfgEmilySeville7cfg
authored andcommitted
fix(practices): typos
1 parent 8980677 commit bbae20b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/style_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Incorrect:
2424

2525
#### One-line format
2626

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.
2828

2929
- **It's recommended to** put no spaces before and after pipe `|` symbol denoting block or closure parameter list beginning,
3030
- **It's recommended to** put one space after comma `,` after block, closure parameter or record key.
@@ -57,7 +57,7 @@ Incorrect:
5757

5858
#### Multi-line format
5959

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
6161
and modifies them slightly. When not stated explicitly, rule is inherited without change.
6262

6363
- **It's recommended to** put zero trailing spaces after pipe `|` symbol when `\n\t` follows it.
@@ -113,7 +113,7 @@ Incorrect:
113113

114114
### Spreading long lines
115115

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.
117117
- **It's recommended to** default to short format in scripts for lists unless they more than 80 characters long.
118118
- **It's recommended to** use long format for pipelines more than 80 characters long.
119119

0 commit comments

Comments
 (0)