Verified Commit f9ee75e5 authored by anarcat's avatar anarcat 💥
Browse files

another spell checker

parent a2908b9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ possible to run CI on changes in GitLab wikis.
   * checks the internal anchors and links using Nanoc
 * [codespell][] checks for typos in program source code, but also
   happens to handle Markdown nicely, it can also apply corrections
   for errors it finds
   for errors it finds, an alternative is [typos](https://github.com/crate-ci/typos), written in Rust
 * [Danger systems](https://danger.systems/ruby/) has a bunch of plugins which could be used to
   check documentation ([lefthook](https://github.com/evilmartians/lefthook), [precious](https://github.com/houseabsolute/precious), and
   [pre-commit](https://pre-commit.com/) are similar wrappers)