Skip to content
Snippets Groups Projects
Verified Commit 3d706e7a authored by anarcat's avatar anarcat
Browse files

expand on how to fix typos

parent ae8b4795
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,18 @@ The [codespell][] program checks for spelling mistakes in CI. If you
have a CI failure and you just want to get rid of it, try:
apt install codespell
codespell --write-changes $affected_file.md
And then:
codespell --interactive 3 --write-changes $affected_file.md
Or just:
codespell -i 3 -w
... to check the entire wiki. Eventually, we *do* aim to fix all the
typos, but there's over a hundred of them at the time of writing, so
we only fail on changed files for now.
## Accepting merge requests on wikis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment