From 8efe870444ae99363a2b82cf01c92d683dea6536 Mon Sep 17 00:00:00 2001 From: Soup <9752976+cprkrn@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:40:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af5ccbd24..59248bfb3 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The scaffold project structure may vary based on the front end framework being u ├── public : publically hosted files ├── src : primary code folders and files │ ├── components : should house anything considered a resuable UI component -│ ├── contexts` : any context considered reusable and useuful to many compoennts that can be passed down through a component tree +│ ├── contexts` : any context considered reusable and useuful to many components that can be passed down through a component tree │ ├── hooks` : any functions that let you 'hook' into react state or lifecycle features from function components │ ├── models` : any data structure that may be reused throughout the project │ ├── pages` : the pages that host meta data and the intended `View` for the page