From 2c9383b69ebe16dafd6c91ab40c3039f61174edd Mon Sep 17 00:00:00 2001 From: Richlv Date: Wed, 24 Jul 2019 21:49:23 +0300 Subject: [PATCH] minor typo fix --- src/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/README.md b/src/node/README.md index 56ff491f..d0a61287 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -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