Add Vale vocabulary terms from recent docs update#4401
Add Vale vocabulary terms from recent docs update#4401mintlify-development[bot] wants to merge 1 commit into
Conversation
Generated-By: mintlify-agent
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| GraphQL | ||
| Heroku | ||
| Hightouch | ||
| HowTo |
There was a problem hiding this comment.
Vocabulary entry HowTo placed before Hotjar breaks alphabetical order
Low Severity
HowTo is inserted before Hotjar, but alphabetically "Hotjar" (H-o-t) sorts before "HowTo" (H-o-w). The "NAMES OF THINGS" section follows a roughly alphabetical convention, and this entry breaks local ordering, making it harder to locate or risking duplicate additions later.
| # TERMS | ||
| # ============================================================================= | ||
| (?i)lifecycle(s)? | ||
| (?i)linter(s)? |
There was a problem hiding this comment.
Terms lifecycle and linter misplaced outside alphabetical position
Low Severity
(?i)lifecycle(s)? and (?i)linter(s)? are inserted at the very top of the TERMS section (before agentic), while the section's other 'l' entries (lang, len, LLMs?, localhost, LTS) are grouped around line 228–232. These entries belong in that alphabetical neighborhood to match the file's convention.


Summary
These terms appear in the maintenance, SEO, and style-and-tone guides added in commit 52fbcf0.
Note
Low Risk
Only adjusts documentation linting vocabulary; no runtime or behavioral code changes.
Overview
Updates Vale’s allowed-term vocabulary in
.vale/styles/config/vocabularies/Mintlify/accept.txtto includeAVIF,HowTo, andPageSpeedunder names, and adds case-insensitive technical terms forlifecycle(s)andlinter(s)to reduce false-positive lint errors in recent docs.Written by Cursor Bugbot for commit 09b67c7. This will update automatically on new commits. Configure here.