Skip to content

Commit

Permalink
Typo fixes around 'comments' option (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bengtsson authored and lahmatiy committed Nov 21, 2017
1 parent 73b6800 commit b429acc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -175,11 +175,11 @@ Options:
Type: `String` or `Boolean`
Default: `true`

Specify what comments to left:
Specify what comments to leave:

- `'exclamation'` or `true`left all exclamation comments (i.e. `/*! .. */`)
- `'first-exclamation'` – remove every comments except first one
- `false` – remove every comments
- `'exclamation'` or `true`leave all exclamation comments (i.e. `/*! .. */`)
- `'first-exclamation'` – remove every comment except first one
- `false` – remove all comments

- usage

Expand Down

0 comments on commit b429acc

Please sign in to comment.