From 2bb0f9d501845d049827a91138ceb28d729228ec Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 25 Jan 2018 02:12:42 -0500 Subject: Misc. typos (#245) Found via `codespell -q 3` --- support/doc/development/server/code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/development/server/code.md b/support/doc/development/server/code.md index a8793e807..953ccdbfe 100644 --- a/support/doc/development/server/code.md +++ b/support/doc/development/server/code.md @@ -19,7 +19,7 @@ The server main file is [server.ts](/server.ts). The server modules description are in the [package.json](/package.json) at the project root. All other server files are in the [server](/server) directory: - server.ts -> app initilization, main routes configuration (static routes...) + server.ts -> app initialization, main routes configuration (static routes...) config -> server YAML configurations (for tests, production...) scripts -> Scripts files for npm run server -- cgit v1.2.3