Skip to content

Commit 77ea10f

Browse files
docs: add link to cspell repo
1 parent d38745f commit 77ea10f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ type foo = { bar: 2 }
238238

239239
### Spell Checker
240240

241-
This config includes the `CSpell` plugin by default, which will warn you when
242-
you have misspelled words in your code. This can be useful for catching typos,
243-
and ensuring that your code is consistent. Roblox keywords are also included in
244-
the dictionary, which is provided by the
241+
This config includes the [CSpell](https://cspell.org/) plugin by default, which
242+
will warn you when you have misspelled words in your code. This can be useful
243+
for catching typos, and ensuring that your code is consistent. Roblox keywords
244+
are also included in the dictionary, which is provided by the
245245
[`cspell-dicts-roblox`](https://github.com/christopher-buss/cspell-dicts-roblox)
246246
package. If any words roblox words are missing, please open an issue on that
247247
repository rather than this one.

0 commit comments

Comments
 (0)