Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vale/styles/config/vocabularies/Mintlify/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ topbar
# NAMES OF THINGS
# =============================================================================
Adobe
AVIF
Angular
Cascade
AsyncAPI
Expand Down Expand Up @@ -73,6 +74,7 @@ Golang
GraphQL
Heroku
Hightouch
HowTo
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Hotjar
Imgix
IntelliJ
Expand Down Expand Up @@ -105,6 +107,7 @@ OAuth
(?i)octokit
Okta
Osano
PageSpeed
Pandoc
Pirsch
PNPM
Expand Down Expand Up @@ -151,6 +154,8 @@ Zapier
# =============================================================================
# TERMS
# =============================================================================
(?i)lifecycle(s)?
(?i)linter(s)?
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

agentic
allowlist
APIs
Expand Down
Loading