From 275e99d0b9dcbe0ab3509bdbbd10df1dad37c10c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 1 Apr 2023 14:38:52 -0700 Subject: [PATCH] Add codespell link to documentation. --- docs/how-to/develop-on-borgmatic.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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