minor typo fix

This commit is contained in:
Richlv 2019-07-24 21:49:23 +03:00 committed by muxator
parent 1789129b35
commit 2c9383b69e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# About the folder structure
* **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
# Module name conventions