We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d9c2ee + 948b1ab commit cdad29dCopy full SHA for cdad29d
README.md
@@ -9,7 +9,7 @@ repository at [twisted/documents](https://github.com/twisted/documents).
9
# Development of the website
10
11
You can run a local test server via `$ python3 test_server.py`.
12
-It is designed to replicate the same 404 behaviour as GitHub Pages.
+It is designed to replicate the same 404 behavior as GitHub Pages.
13
14
15
## Tools
@@ -29,7 +29,7 @@ pip install nodeenv
29
nodeenv node-env
30
. node-env/bin/activate
31
```
32
-## JS devlopment
+## JS development
33
34
`jest` is used for the test suite.
35
0 commit comments