Replies: 1 comment
-
|
The current recommendations for this are
It works out in your situation that there is surrounding context to help catch these are names but a lot of times, that is not the case. I'm unsure if its worth making the spell checker contextual would be worth it in this case. The cost of allowing one off misspellings is relatively low, especially when allowed as an identifier where case has to match. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are using typos for checking our documentations spellchecks. And TBH, it's awesome and we love it. However, we have some issues. We would like to never correct given names (or any names)
One of our collaborator name is
Alstand obviously, it's being corrected tolast. And this is a proper fix, for anything except if the previous words are his name.So our question, would it be possible to have an exclusion list that works on the composition of several words. Example,
Alstis correct if the previous word, actually thevan. Sovan Alstcan only be writtenvan Alstnotvan alstbut also never correct asvan last.It's the same for me, De Grove can only be written like that and never corrected differently.
Beta Was this translation helpful? Give feedback.
All reactions