Fix Vale style warnings from recent merged PRs#5247
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Fix Vale style warnings from recent merged PRs#5247mintlify[bot] wants to merge 1 commit intomainfrom
mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
Convert passive voice to active voice, fix sentence-style capitalization, and update word choice per Vale linter suggestions. Generated-By: mintlify-agent
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Fixes Vale style warnings identified across merged PRs from the past week (#5150, #5152, #5192, #5198, #5213).
Changes (11 files)
agent/workflows.mdx,api-playground/troubleshooting.mdx,cli/commands.mdx,cli/preview.mdx,components/fields.mdx,components/responses.mdx,deploy/ci.mdx,guides/configure-automerge.mdx,organize/navigation.mdx,status.mdxabove→precedingincomponents/tooltips.mdxSubcommand→subcommandincli/commands.mdxtable headerWarnings noted as false positives (not fixed)
These warnings appear in CI but are false positives or cannot be fixed without changing meaning:
'informat'spellingagent/workflows.mdx:76,cli/commands.mdx:330'substring'spellingcli/analytics.mdx:44,cli/commands.mdx:108accept.txt)'````'sentence-style capitalizationcli/commands.mdx:144,160'subcommands'spellingcli/commands.mdx:75'Strikethrough'/'strikethrough'create/text.mdx:73,81,82'blockquotes'create/text.mdx:3'LLMs'optimize/analytics.mdx:88'Quickstart'quickstart.mdx:2'OAS'guides/migrating-from-mdx.mdx:3'Nginx'deploy/docs-subpath.mdx:3nginx'Rulesets'guides/configure-automerge.mdx:26,27'Dropdowns'/'Breadcrumbs'organize/navigation.mdx:383,385,953,955agent/workflows.mdx:216,218'structure'sentence-style capai/skillmd.mdx:49Scope
Note
Low Risk
Low risk documentation-only edits that primarily rephrase sentences for style (active voice/wording) and adjust minor formatting; no functional or behavioral changes.
Overview
Resolves Vale prose-lint warnings across multiple MDX docs by rephrasing sentences (mostly passive→active voice) and tightening wording for clarity.
Includes a couple of small consistency tweaks, such as table header capitalization in
cli/commands.mdxand minor wording adjustments in component/property descriptions and CI/Vale guidance.Reviewed by Cursor Bugbot for commit 6a66bd6. Bugbot is set up for automated code reviews on this repo. Configure here.