Skip to content

Add missing tech terms to Vale vocabulary#5104

Closed
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/vale-vocab-1775161435
Closed

Add missing tech terms to Vale vocabulary#5104
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/vale-vocab-1775161435

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify bot commented Apr 2, 2026

Summary


Note

Low Risk
Low risk: updates only the Vale spelling allowlist to reduce false-positive lint errors, with no runtime or production code changes.

Overview
Updates Vale’s Mintlify accept.txt vocabulary to prevent spelling false-positives by adding common technical terms (e.g., CSV, GIF, HTML, JPEG, JSON, Markdown, PHP, PNG, Scala, UI, XML).

Also relaxes PDFs and SDKs entries to PDFs?/SDKs? so both singular and plural forms are accepted.

Written by Cursor Bugbot for commit 75a4667. This will update automatically on new commits. Configure here.

Generated-By: mintlify-agent
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify bot commented Apr 2, 2026

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

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Apr 2, 2026, 8:27 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 is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Windsurf's
writeKey
xhr
XML
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

XML breaks alphabetical order between xhr entries

Low Severity

XML is inserted between xhr and xhr2, breaking the file's alphabetical ordering. Case-insensitively, xhr2 (xh…) sorts before XML (xm…) because h < m, so XML needs to go after xhr2 rather than before it.

Fix in Cursor Fix in Web

JavaScript
JetBrains
JPEG
JSON
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

JSON placed before JSDoc breaks alphabetical order

Low Severity

JSON is inserted before the existing JSDoc entry, but alphabetically (case-insensitive) JSDoc (jsd…) sorts before JSON (jso…) because d < o. The correct order is JPEG, JSDoc, JSON.

Fix in Cursor Fix in Web

@ethanpalm ethanpalm closed this Apr 4, 2026
@ethanpalm ethanpalm deleted the mintlify/vale-vocab-1775161435 branch April 4, 2026 02:34
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.

1 participant