From 3ad76fe95052eff70e34dbb1f271f06ec1b9b890 Mon Sep 17 00:00:00 2001 From: Trey Date: Wed, 31 Jan 2018 03:03:48 -0500 Subject: [PATCH] Update README.md (#123) Fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4349f..49cdffa 100644 --- a/README.md +++ b/README.md @@ -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.