Skip to content

Commit

Permalink
Fix minor typos (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikandula authored and ai committed May 11, 2018
1 parent 0338ee9 commit 5922206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ You can use these plugin options to disable some of the Autoprefixer's features.
versions of specification.
* `remove: false` will disable cleaning outdated prefixes.

You shoud set them to the plugin:
You should set them to the plugin:

```js
autoprefixer({ grid: true });
Expand Down Expand Up @@ -531,7 +531,7 @@ you can use control comments to disable Autoprefixer.
}
```

There is two types of control commens:
There is 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 5922206

Please sign in to comment.