minor typo fix
parent
1789129b35
commit
2c9383b69e
|
@ -1,7 +1,7 @@
|
||||||
# About the folder structure
|
# About the folder structure
|
||||||
|
|
||||||
* **db** - all modules that are accessing the data structure and are communicating directly to the database
|
* **db** - all modules that are accessing the data structure and are communicating directly to the database
|
||||||
* **handler** - all modules that responds directly to requests/messages of the browser
|
* **handler** - all modules that respond directly to requests/messages of the browser
|
||||||
* **utils** - helper modules
|
* **utils** - helper modules
|
||||||
|
|
||||||
# Module name conventions
|
# Module name conventions
|
||||||
|
|
Loading…
Reference in New Issue