Commit 77ea10f 1 parent d38745f commit 77ea10f Copy full SHA for 77ea10f
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,10 +238,10 @@ type foo = { bar: 2 }
238
238
239
239
### Spell Checker
240
240
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
245
245
[ ` cspell-dicts-roblox ` ] ( https://github.com/christopher-buss/cspell-dicts-roblox )
246
246
package. If any words roblox words are missing, please open an issue on that
247
247
repository rather than this one.
You can’t perform that action at this time.
0 commit comments