Format new register code correctly

This commit is contained in:
Michael Vetter
2021-10-13 21:32:44 +02:00
parent aedef61c91
commit 46c8245af9
15 changed files with 36 additions and 45 deletions

View File

@@ -60,6 +60,6 @@ scan-view ...
### Finding typos
We include a `.codespellrc` configuration file for `codespell` in the root directory.
Before comitting it might make sense to run `codespell` to see if you made any typos.
Before committing it might make sense to run `codespell` to see if you made any typos.
You can run the `make spell` command for this.