Fix Vale style warnings: passive voice and punctuation#4057
Merged
Conversation
- Convert passive voice to active voice in multiple component docs - Fix quotation mark punctuation in navigation.mdx - Update heading text to use correct casing Style-only changes that don't affect content meaning. Generated-By: mintlify-agent
ethanpalm
reviewed
Mar 6, 2026
ethanpalm
approved these changes
Mar 6, 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
Fixes Vale style warnings identified by the CI check across 13 documentation files.
Changes made
Files modified
api-playground/adding-sdk-examples.mdxapi-playground/multiple-responses.mdxcomponents/badge.mdxcomponents/banner.mdxcomponents/callouts.mdxcomponents/color.mdxcomponents/examples.mdxcomponents/responses.mdxcontact-support.mdxcustomize/fonts.mdxdashboard/audit-logs.mdxoptimize/feedback.mdxorganize/navigation.mdxWarnings not addressed (require human review)
The following Vale warnings were identified but not fixed as they may require content decisions:
Note
Low Risk
Low risk: documentation-only copy edits with no functional or configuration changes, aside from minor heading text that could affect anchors/links if referenced externally.
Overview
Updates docs copy to resolve Vale style warnings by rewriting several sentences from passive to active voice and tightening phrasing across API playground and component reference pages.
Also makes small clarity tweaks like renaming a couple headings (for example
Email support→Contact via email,Email collection→Collect email addresses) and adjusting punctuation (including theLatest, Recommended, or Betalist innavigation.mdx).Written by Cursor Bugbot for commit 0b397cf. This will update automatically on new commits. Configure here.