From 09ba5458bf92fd6c88a39eb83de50d3ef3609f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9A=A1=20Saif=20Al=20Falah?= Date: Wed, 17 Jun 2020 17:18:13 +0530 Subject: [PATCH] Fixing the infinitive (#3032) --- content/docs/faq-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/faq-structure.md b/content/docs/faq-structure.md index 4241a04d..361d681f 100644 --- a/content/docs/faq-structure.md +++ b/content/docs/faq-structure.md @@ -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/