Add missing technical terms to Vale vocabulary#5208
Add missing technical terms to Vale vocabulary#5208mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
Generated-By: mintlify-agent
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix prepared fixes for both issues found in the latest run.
- ✅ Fixed: Vocabulary entry
Cursorbreaks alphabetical sort order- Moved
Cursorto immediately followcURLto restore case-insensitive alphabetical ordering.
- Moved
- ✅ Fixed: Vocabulary entry
Sequoiabreaks alphabetical sort order- Moved
Sequoiafrom theSLAsection to betweenSEOandserverlessto match alphabetical order.
- Moved
Or push these changes by commenting:
@cursor push d600fd0523
Preview (d600fd0523)
diff --git a/.vale/styles/config/vocabularies/Mintlify/accept.txt b/.vale/styles/config/vocabularies/Mintlify/accept.txt
--- a/.vale/styles/config/vocabularies/Mintlify/accept.txt
+++ b/.vale/styles/config/vocabularies/Mintlify/accept.txt
@@ -74,8 +74,8 @@
CTR
Ctrl
ctx
+cURL
Cursor
-cURL
debounce[ds]?
deduplication
desc
@@ -306,6 +306,7 @@
SDK
SDKs
SEO
+Sequoia
serverless
sessionRecording
setup
@@ -314,7 +315,6 @@
(?i)sitemaps?
skimmable
SLA
-Sequoia
Slack
slugified
sourcemaps?This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cd06589. Configure here.
| CTR | ||
| Ctrl | ||
| ctx | ||
| Cursor |
There was a problem hiding this comment.
Vocabulary entry Cursor breaks alphabetical sort order
Low Severity
Cursor is inserted between ctx and cURL, but the file follows case-insensitive alphabetical order. Since curl sorts before cursor (comparing fourth character l < s), Cursor belongs after cURL, not before it.
Reviewed by Cursor Bugbot for commit cd06589. Configure here.
| (?i)sitemaps? | ||
| skimmable | ||
| SLA | ||
| Sequoia |
There was a problem hiding this comment.
Vocabulary entry Sequoia breaks alphabetical sort order
Low Severity
Sequoia is inserted between SLA and Slack, but the file follows case-insensitive alphabetical order. Since seo < sequoia < serverless (comparing third character o < q < r), Sequoia belongs between SEO (line 308) and serverless (line 309), not near SLA.
Reviewed by Cursor Bugbot for commit cd06589. Configure here.



Added four product/library names that appear in prose text across recently changed documentation files and would trigger Vale.Spelling warnings:
Note
Low Risk
Low risk: only updates Vale spelling allowlist terms and does not affect runtime code or behavior.
Overview
Updates the Vale
Mintlifyaccepted vocabulary to allow four additional technical/product terms—Cursor,Devin,Mermaid, andSequoia—to avoid false-positiveVale.Spellingwarnings in documentation.Reviewed by Cursor Bugbot for commit cd06589. Bugbot is set up for automated code reviews on this repo. Configure here.