fix small typo (#1255)

master
Mike Wilcox 2017-04-13 18:49:27 -04:00 committed by Christopher Chedeau
parent d39654fa8b
commit 6ecbb99e8a
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ Run Prettier through the CLI with this script. Run it without any
arguments to see the options.
To format a file in-place, use `--write`. You may want to consider
commiting your code before doing that, just in case.
committing your code before doing that, just in case.
```bash
prettier [opts] [filename ...]