Changes
Page history
expand on how to fix typos
authored
Jun 09, 2023
by
anarcat
Show whitespace changes
Inline
Side-by-side
service/documentation.md
View page @
3d706e7a
...
@@ -136,7 +136,18 @@ The [codespell][] program checks for spelling mistakes in CI. If you
...
@@ -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:
have a CI failure and you just want to get rid of it, try:
apt install codespell
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
## Accepting merge requests on wikis
...
...
...
...