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