浏览代码

Add codespell link to documentation.

Dan Helfman 2 年之前
父节点
当前提交
275e99d0b9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/how-to/develop-on-borgmatic.md

+ 2 - 1
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
 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
 ```bash
 tox -e codespell
 tox -e codespell