From ed98f75ff9530b4e88229aed3370285609ff7b1b Mon Sep 17 00:00:00 2001 From: Steven Syrek Date: Fri, 22 Jul 2016 14:13:11 -0400 Subject: [PATCH] Correct grammatical error (subject-verb agreement) (#7338) "It is worth repeating: there is no configuration files or complicated folder structures." > "It is worth repeating: there are no configuration files or complicated folder structures." --- _posts/2016-07-22-create-apps-with-no-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-07-22-create-apps-with-no-configuration.md b/_posts/2016-07-22-create-apps-with-no-configuration.md index 246556f9..2252b862 100644 --- a/_posts/2016-07-22-create-apps-with-no-configuration.md +++ b/_posts/2016-07-22-create-apps-with-no-configuration.md @@ -80,7 +80,7 @@ We take care of updating Babel, ESLint, and Webpack to stable compatible version ### Zero Configuration -It is worth repeating: there is no configuration files or complicated folder structures. The tool only generates the files you need to build your app. +It is worth repeating: there are no configuration files or complicated folder structures. The tool only generates the files you need to build your app. ``` hello-world/