Skip to content

Add missing technical terms to Vale vocabulary#5208

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/vale-vocab-1775673803
Open

Add missing technical terms to Vale vocabulary#5208
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/vale-vocab-1775673803

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify bot commented Apr 8, 2026

Added four product/library names that appear in prose text across recently changed documentation files and would trigger Vale.Spelling warnings:

  • Cursor — AI IDE, referenced in CLI install and settings docs
  • Devin — AI coding tool, referenced in contextual menu settings
  • Mermaid — Diagramming library, referenced in custom scripts and components docs
  • Sequoia — Mintlify theme name, referenced in custom scripts and theme docs

Note

Low Risk
Low risk: only updates Vale spelling allowlist terms and does not affect runtime code or behavior.

Overview
Updates the Vale Mintlify accepted vocabulary to allow four additional technical/product terms—Cursor, Devin, Mermaid, and Sequoia—to avoid false-positive Vale.Spelling warnings in documentation.

Reviewed by Cursor Bugbot for commit cd06589. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify bot commented Apr 8, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Apr 8, 2026, 6:47 PM

@mintlify-development
Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
userauth 🟡 Building Apr 8, 2026, 6:44 PM

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

Bugbot Autofix prepared fixes for both issues found in the latest run.

  • ✅ Fixed: Vocabulary entry Cursor breaks alphabetical sort order
    • Moved Cursor to immediately follow cURL to restore case-insensitive alphabetical ordering.
  • ✅ Fixed: Vocabulary entry Sequoia breaks alphabetical sort order
    • Moved Sequoia from the SLA section to between SEO and serverless to match alphabetical order.

Create PR

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
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 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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cd06589. Configure here.

(?i)sitemaps?
skimmable
SLA
Sequoia
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 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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cd06589. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants