Skip to content

Commit 09ba545

Browse files
authored
Fixing the infinitive (#3032)
1 parent d58e9d0 commit 09ba545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/faq-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ React doesn't have opinions on how you put files into folders. That said there a
1212

1313
#### Grouping by features or routes {#grouping-by-features-or-routes}
1414

15-
One common way to structure projects is locate CSS, JS, and tests together inside folders grouped by feature or route.
15+
One common way to structure projects is to locate CSS, JS, and tests together inside folders grouped by feature or route.
1616

1717
```
1818
common/

0 commit comments

Comments
 (0)