diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2018-01-25 02:12:42 -0500 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-25 08:12:42 +0100 |
commit | 2bb0f9d501845d049827a91138ceb28d729228ec (patch) | |
tree | f6d240bc6856cf85a042365168fc15f13039d540 /support/doc/development | |
parent | d59a8da813491d4cfad188adb0e3fc7a2306f835 (diff) | |
download | PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.tar.gz PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.tar.zst PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.zip |
Misc. typos (#245)
Found via `codespell -q 3`
Diffstat (limited to 'support/doc/development')
-rw-r--r-- | support/doc/development/server/code.md | 2 |
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). | |||
19 | The server modules description are in the [package.json](/package.json) at the project root. | 19 | The server modules description are in the [package.json](/package.json) at the project root. |
20 | All other server files are in the [server](/server) directory: | 20 | All 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 |