Conversation
Generated-By: mintlify-agent
ethanpalm
approved these changes
Feb 23, 2026
This was referenced Feb 23, 2026
mintlify bot
added a commit
that referenced
this pull request
Feb 23, 2026
Syncs style changes from PR #3622 to Spanish, French, and Chinese translations: - AM/PM format with proper spacing (9 AM - 5 PM) - Remove hyphen from 'manually written' compound adjective Generated-By: mintlify-agent
ethanpalm
added a commit
that referenced
this pull request
Feb 23, 2026
Syncs style changes from PR #3622 to Spanish, French, and Chinese translations: - AM/PM format with proper spacing (9 AM - 5 PM) - Remove hyphen from 'manually written' compound adjective Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
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
9AM-5PM→9 AM-5 PMmanually-written→manually written,currently-installed→currently installedFiles Changed
advanced-support.mdx(line 33): Fixed time formatapi-playground/overview.mdx(line 135): Fixed hyphenated adverbinstallation.mdx(line 265): Fixed hyphenated adverborganize/settings.mdx(line 836): Fixed hyphenated adverbIssues Requiring Human Judgment
The following Vale warnings were identified but require manual review since they appear in code examples, component attributes, or intentional content:
Exclamation Points (ERROR level, but in example content)
These exclamation points appear in demo/example content where they're intentional:
components/banner.mdx"🚀 Version 2.0 is now live!"components/tabs.mdx"This one has a leaf icon!"create/code.mdx"Hello, World!"create/reusable-snippets.mdx"Hello world!"organize/navigation.mdxorganize/settings.mdxRecommendation: Keep as-is. These are example content demonstrating component usage.
Ellipses (WARNING level, in code/JSON examples)
These ellipses are intentional truncation indicators in code examples:
api-playground/adding-sdk-examples.mdx# ...in codeapi-playground/complex-data-types.mdx# ...in codeapi-playground/managing-page-visibility.mdx/*...*/in JSONapi-playground/troubleshooting.mdxget: ...in YAMLcreate/code.mdx# ...in codecustomize/fonts.mdxdeploy/ci.mdxguides/internationalization.mdx[...]in JSONsnippets/icons-optional.mdxRecommendation: Keep as-is. Ellipses are standard for indicating truncated code.
WordList "filename" (WARNING level, in component attributes)
The
name="filename"pattern appears in<Tree.File>and<ResponseField>components - these are attribute names, not prose:components/tree.mdx<Tree.File name=...>elements)create/code.mdxfilenameprop documentation)index.mdxfilenamevariable in HeroCard component)Recommendation: Keep as-is. These are code attributes, not prose.
WordList "functionality" (WARNING level)
These uses of "functionality" are appropriate in context:
components/color.mdx"click-to-copy functionality"- accurate descriptiondeploy/ghes.mdx"may affect functionality"- accuratedeploy/route53-cloudfront.mdx"functionality of the CloudFront distribution"guides/content-templates.mdx"product's functionality"guides/content-types.mdx"product's functionality"installation.mdx"test your documentation site's appearance and functionality"Recommendation: Consider replacing with "feature" or "capability" where it reads better, but these are borderline and functional.
Note
Low Risk
Documentation-only wording changes with no impact to runtime code or configuration semantics.
Overview
Cleans up MDX docs copy to resolve Vale style errors.
Updates
advanced-support.mdxto use spaced AM/PM formatting (9 AM-5 PM), and removes hyphenation in a few phrases (e.g., “manually written”, “currently installed”) in API playground and installation/docs settings pages.Written by Cursor Bugbot for commit 33a718f. This will update automatically on new commits. Configure here.