]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/development/server/code.md
Misc. typos (#245)
[github/Chocobozzz/PeerTube.git] / support / doc / development / server / code.md
index a8793e807c89b9308736ccddfac8e4d825f42534..953ccdbfedd77e190ace6098144aa2c805e92fc5 100644 (file)
@@ -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