Fixing the infinitive (#3032)

This commit is contained in:
⚡ Saif Al Falah
2020-06-17 17:18:13 +05:30
committed by GitHub
parent d58e9d0ed6
commit 09ba5458bf

View File

@@ -12,7 +12,7 @@ React doesn't have opinions on how you put files into folders. That said there a
#### Grouping by features or routes {#grouping-by-features-or-routes}
One common way to structure projects is locate CSS, JS, and tests together inside folders grouped by feature or route.
One common way to structure projects is to locate CSS, JS, and tests together inside folders grouped by feature or route.
```
common/