aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2018-01-25 02:12:42 -0500
committerChocobozzz <me@florianbigard.com>2018-01-25 08:12:42 +0100
commit2bb0f9d501845d049827a91138ceb28d729228ec (patch)
treef6d240bc6856cf85a042365168fc15f13039d540 /support/doc
parentd59a8da813491d4cfad188adb0e3fc7a2306f835 (diff)
downloadPeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.tar.gz
PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.tar.zst
PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.zip
Misc. typos (#245)
Found via `codespell -q 3`
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/development/server/code.md2
1 files changed, 1 insertions, 1 deletions
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).
19The server modules description are in the [package.json](/package.json) at the project root. 19The server modules description are in the [package.json](/package.json) at the project root.
20All other server files are in the [server](/server) directory: 20All other server files are in the [server](/server) directory:
21 21
22 server.ts -> app initilization, main routes configuration (static routes...) 22 server.ts -> app initialization, main routes configuration (static routes...)
23 config -> server YAML configurations (for tests, production...) 23 config -> server YAML configurations (for tests, production...)
24 scripts -> Scripts files for npm run 24 scripts -> Scripts files for npm run
25 server 25 server