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