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."
This commit is contained in:
Steven Syrek
2016-07-22 14:13:11 -04:00
committed by Dan Abramov
parent 9d4e5211cd
commit ed98f75ff9

View File

@@ -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/