-
-
Notifications
You must be signed in to change notification settings - Fork 191
Improve spellcheck #1190
Copy link
Copy link
Open
Labels
31 needs: help33 needs: docs41 lvl: easy99 tag: Plone 6.x99 tag: good first issueFirst-time contributors to Plone are encouraged and welcome to work on good first issues.First-time contributors to Plone are encouraged and welcome to work on good first issues.99 tag: hacktoberfest
Milestone
Metadata
Metadata
Assignees
Labels
31 needs: help33 needs: docs41 lvl: easy99 tag: Plone 6.x99 tag: good first issueFirst-time contributors to Plone are encouraged and welcome to work on good first issues.First-time contributors to Plone are encouraged and welcome to work on good first issues.99 tag: hacktoberfest
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Todo
It would be good to improve spellcheck and consistency of spellings. For example:
Use caution when doing global find and replaces to not overwrite commands or code blocks that use those strings.
To improve spellcheck, add words to:
styles/config/vocabularies/Plone/accept.txtstyles/config/vocabularies/Plone/reject.txtNote that when you add a correct spelling in
accept.txt, then you do not need to add incorrect casings of the same term toreject.txt. See https://vale.sh/docs/keys/vocab#case-sensitivity.Vale usage
Contributing