diff --git a/docs/how-to/develop-on-borgmatic.md b/docs/how-to/develop-on-borgmatic.md index ebc79c6f..6699bdf3 100644 --- a/docs/how-to/develop-on-borgmatic.md +++ b/docs/how-to/develop-on-borgmatic.md @@ -74,7 +74,8 @@ tox -e isort ``` Similarly, if you get errors about spelling mistakes in source code, you can -ask codespell to correct them: +ask [codespell](https://github.com/codespell-project/codespell) to correct +them: ```bash tox -e codespell