We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09683 commit 175b388Copy full SHA for 175b388
README.md
@@ -112,7 +112,7 @@ $ make
112
This will make sure that JSON and Markdown files compile and that all
113
text files have no typos.
114
115
-You need to install a few Ruby gems and [Aspell][han] to run these checks.
+You need to install a few Ruby gems and [Aspell][aspell] to run these checks.
116
The gems are listed in the `.gems` file. Install them with the
117
following command:
118
@@ -121,3 +121,5 @@ $ gem install $(sed -e 's/ -v /:/' .gems)
121
```
122
123
The spell checking exceptions should be added to `./wordlist`.
124
+
125
+[aspell]: http://aspell.net/
0 commit comments