Fix Vale style warnings from PRs merged in the last week#5690
Merged
Fix Vale style warnings from PRs merged in the last week#5690
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
reviewed
May 7, 2026
ethanpalm
reviewed
May 7, 2026
ethanpalm
reviewed
May 7, 2026
ethanpalm
reviewed
May 7, 2026
ethanpalm
reviewed
May 7, 2026
ethanpalm
reviewed
May 7, 2026
ethanpalm
reviewed
May 7, 2026
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
ethanpalm
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audited Vale spellcheck CI warnings across PRs merged to
mintlify/docsbetween 2026-04-30 and 2026-05-06 (38 PRs with Vale findings). Deduplicated warnings per file and applied style-only fixes that preserve content meaning.Most fixes are conservative rewrites of passive voice into active voice and corrections to terminology (
json→JSON,markdown→Markdown,Endpoint→Endpoints,above→preceding/before).Files updated (35)
agent/slack.mdx— passive voiceai/mintlify-mcp.mdx—Endpoint→Endpointsai/model-context-protocol.mdx—above→at or above(rephrased)api/agent/v2/{create-agent-job,get-agent-job,send-message}.mdx— passive voiceapi/analytics/assistant-caller-stats.mdx,api/preview/trigger.mdx— passive voiceassistant/index.mdx— passive voicecli/commands.mdx— passive voicecomponents/{frames,icons,tiles,view,visibility}.mdx—markdown→Markdown,above→before,clicked/selectedrephrasedcreate/files.mdx—Stylesheets→Stylesheetcustomize/custom-domain.mdx— passive voice (PR docs: remove Vercel reference from custom domain TLS provisioning #5687)deploy/{cloudflare,deployments,github,vercel}.mdx— passive voice andGitHub Appheading capitalizationeditor/{branching-and-publishing,configurations,git-essentials,pages,share-a-preview,tutorial}.mdx— passive voice,will, ellipses,aboveguides/{improving-docs,maintenance,navigation,seo,style-and-tone}.mdx— passive voice,will, ellipsesintegrations/analytics/posthog.mdx— passive voiceoptimize/feedback.mdx— passive voice (PR Clarify detailed feedback filter behavior #5669)workflows/manage.mdx— passive voiceWarnings intentionally not fixed (false positives or convention conflicts)
These items were flagged by CI but left as-is because changing them would change meaning, contradict established Mintlify conventions, or fix a false positive:
docs.json,vercel.json,posthog.openapi.json,admin-openapi.json,analytics.openapi.json,llms.txt,skill.mdwere repeatedly flagged byUse 'JSON' instead of 'json'and similar rules. These are literal filenames; lowercasing the extension is correct.—) —Don't put a space before or after a dashconflicts with the established style across the docs (organize/navigation.mdx,editor/navigation.mdx,workflows/index.mdx,editor/share-a-preview.mdx, etc.). Recommend a Vale exception or a docs-wide style decision before mass-editing.Callouts,Expandables,Endpoints(page heading),Monorepo setup,Subscribable changelogs,Setupheading inosano.mdx. Page titles and section headings legitimately start with capitals; the WordList rule conflicts withHeadingsrule.## Dropdowns,## Breadcrumbsinorganize/navigation.mdx. Vale wants singular per WordList, but plural is correct for these section concepts.Cursorrule fires on the noun "cursor" (text cursor) ineditor/branching-and-publishing.mdx,editor/collaborate.mdx,editor/pages.mdx,editor/keyboard-shortcuts.mdx. The text cursor sense is correct; flagging is a false positive.CRMs,minimap,autosaves,autosave,Sunsetting,reshare,legacy_token,informat(substring ofinformation),cdnjs,templated,dismissibility. All real words/identifiers; not changed.TXTDNS record name —Use 'txt' instead of 'TXT'andSpell out 'TXT'incustomize/custom-domain.mdx.TXTis the canonical DNS record type and should remain capitalized.editor/navigation.mdx; user-question examples ("How do I set up authentication?") inagent/slack.mdx. These are literal examples and should not be edited.changelog.mdx— Vale CI emits ~130 warnings onchangelog.mdx, but.vale.iniexplicitly excludes this file ([changelog.mdx] BasedOnStyles = ""). This appears to be a CI-side bug rather than legitimate findings, so no edits were applied.index.mdxandcustomize/themes.mdx—className,png, semicolon warnings insideexport constJSX components. Vale's MDX block ignore rules should cover these; flagging is a false positive.resolutionStatus,queryCategoryinapi/analytics/assistant-conversations.mdx,**api**inapi/analytics/assistant-caller-stats.mdx. These are literal API field names.guides/style-and-tone.mdx, several passive constructions are flagged but appear inside example blocks teaching about passive voice. Restructuring would lose the teaching point.Validation
mint broken-links: passes (no broken links).mint validate: fails the same way before and after this change becausedocs.jsonhas a pre-existing schema error inredirectsthat is unrelated to this PR.Note
Low Risk
Low risk because changes are prose-only edits (terminology, capitalization, and active voice rewrites) with no behavior, API contract, or configuration changes.
Overview
Style-only documentation cleanup to address Vale CI warnings across many pages.
Rephrases sentences to active voice and clarifies wording in agent/API/editor/deploy/guide docs, plus standardizes terminology/capitalization (for example
markdown→Markdown,Endpoint→Endpoints,GitHub App→GitHub app) and a handful of minor phrasing tweaks (e.g., “above”→“before/preceding”).Reviewed by Cursor Bugbot for commit 2f2022f. Bugbot is set up for automated code reviews on this repo. Configure here.