Update README.md (#123)

Fix minor typo
This commit is contained in:
Trey 2018-01-31 03:03:48 -05:00 committed by Vahid Panjganj
parent 7e8bb338d4
commit 3ad76fe950

View File

@ -414,7 +414,7 @@ Having a good guideline for creating commits and sticking to it makes working wi
_Why:_
> Flow introduces few syntaxes that also need to follow certain code style and be checked.
* Use `.eslintignore` to exclude file or folders from code style check.
* Use `.eslintignore` to exclude files or folders from code style checks.
_Why:_
> You don't have to pollute your code with `eslint-disable` comments whenever you need to exclude a couple of files from style checking.