Skip to content
Merged
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
7 changes: 7 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
(?i)curl
Angular
Cascade
AsyncAPI
Expand Down Expand Up @@ -111,6 +112,7 @@ PNPM
PostHog
Postman
PostgreSQL
PowerShell
(?i)prettier
Python
React
Expand All @@ -120,6 +122,7 @@ RubyGems
Rust
(?i)shiki
Slack
Swagger
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

New vocabulary entries break alphabetical sort order

Low Severity

Swagger is inserted between Slack and Spring, breaking the previously sorted S-subsection (Slack → Spring → Storybook → subpath → Swift). Alphabetically, Swagger belongs after subpath and before Swift. Similarly, codeSamples is inserted before CLI, but case-insensitively CLI sorts before codeSamples. These misordered entries make it harder to scan for or verify the presence of terms.

Additional Locations (1)
Fix in Cursor Fix in Web

Spring
Storybook
subpath
Expand Down Expand Up @@ -171,6 +174,7 @@ bugfix(es)?
CDN
changelogs?
classnames?
codeSamples
CLI
CNAME
config
Expand All @@ -196,10 +200,12 @@ dom
dto
elem
ELK
endpoints?
(?i)enum
env
err
eyebrow
filename
flowcharts?
frontend
func
Expand Down Expand Up @@ -227,6 +233,7 @@ localhost
LTS
md
(?i)Memoize
metadata
metatags?
middleware
misconfiguration
Expand Down
Loading