Skip to content

Commit

Permalink
Fix minor typos (#1040)
Browse files Browse the repository at this point in the history
* Fix minor typos

* Update README.md

* Remove unintended new line
  • Loading branch information
phanikandula authored and ai committed May 11, 2018
1 parent 5922206 commit 26c43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ you can use control comments to disable Autoprefixer.
}
```

There is two types of control comments:
There are two types of control comments:

* `/* autoprefixer: off */` disable the whole block *before* and after comment.
* `/* autoprefixer: ignore next */` disable only next property
Expand Down

0 comments on commit 26c43f5

Please sign in to comment.