-
There seems to be 2 way to check spelling in Vale. I am not sure which one to use. I have them both enabled, but this just means 2 spell checkers which is confusing. My use case:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
They are one in the same: There's really no reason to use both, though. |
Beta Was this translation helpful? Give feedback.
They are one in the same:
Vale.Spelling
is simply an implementation ofspelling
that uses a built-in dictionary. If you want to use a custom Hunspell-compatible dictionary (maybe for another language or simply one you've made yourself), then you need to create your ownspelling
-based rule to replaceVale.Spelling
.There's really no reason to use both, though.