Fix spelling error in readme (#232)

This commit is contained in:
Brandon Smith 2017-12-09 05:20:28 -05:00 committed by Sindre Sorhus
parent 5392313414
commit a8c60e37fa

View file

@ -124,7 +124,7 @@ Multiple arguments will be separated by space.
Color support is automatically detected, as is the level (see `chalk.level`). However, if you'd like to simply enable/disable Chalk, you can do so via the `.enabled` property.
Chalk is enabled by default unless expicitly disabled via the constructor or `chalk.level` is `0`.
Chalk is enabled by default unless explicitly disabled via the constructor or `chalk.level` is `0`.
If you need to change this in a reusable module, create a new instance: