From beb2a9e016f0a64b57bdc0e7a3b4dc3f3ba91c7f Mon Sep 17 00:00:00 2001 From: VictorDev200 <129983193+VictorDev200@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:15:44 -0500 Subject: [PATCH] Update index.md Fix redaction --- content/project-structure/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/project-structure/src/index.md b/content/project-structure/src/index.md index 8a7c0121..bd9ea784 100644 --- a/content/project-structure/src/index.md +++ b/content/project-structure/src/index.md @@ -5,7 +5,7 @@ contributors: - rigor789 --- -Most of the application logic lives in the `src` folder (sometimes named `app`). The general structure can vary, and will depended on the falvor you are using. +Most of the application logic lives in the `src` folder (sometimes named `app`). The general structure can vary and will depend on the flavor you are using. ## Typical Folder Structure