Update grammar in the README.md (#3485)

master
Mae Capozzi 2017-12-14 01:49:42 -05:00 committed by Lucas Azzola
parent d691c8d395
commit f804002579
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ foo(
);
```
Prettier can be ran [in your editor](http://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) to ensure your codebase has a consistent style without devs ever having to post a nit comment on a code review ever again!
Prettier can be run [in your editor](http://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again!
---