Skip to content

Comments

Fix Vale style violation: file name → filename#3618

Merged
ethanpalm merged 1 commit intomainfrom
vale-style-fixes-1771636243
Feb 21, 2026
Merged

Fix Vale style violation: file name → filename#3618
ethanpalm merged 1 commit intomainfrom
vale-style-fixes-1771636243

Conversation

@mintlify
Copy link
Contributor

@mintlify mintlify bot commented Feb 21, 2026

Summary

  • Fixed Vale WordList rule violation: changed "file name" to "filename" in editor/publish.mdx:50

Issues requiring human judgment

The following Vale warnings were identified but require manual review as they may be intentional:

Will.yml warnings (use of "will")

These are suggestions to avoid future tense. Many are appropriate in context:

File Line Text
quickstart.mdx 162 "preview how your pages will look when published"
optimize/pdf-exports.mdx 31 "you will receive an email"
migration.mdx 163 "you will need"
integrations/analytics/google-analytics.mdx 7,15,23,41 Multiple "will" usages describing future behavior
customize/custom-scripts.mdx 31,178 "will be applied/included"
create/text.mdx 45 "header will not display"
create/files.mdx 14 "files will not be accessible"
components/view.mdx 53 "users will only see"
api-playground/troubleshooting.mdx 69,101,107 Various conditional "will" statements

Recommendation: These are mostly appropriate for describing expected behavior. Consider reviewing on a case-by-case basis if active voice is preferred.

Ellipses (Ellipses.yml warnings)

All ellipses found are in valid contexts:

  • Code blocks/comments: # ..., /*...*/
  • UI text: "Search or ask..." (placeholder text)
  • Button labels: "... button" (referring to overflow menu)
  • Example content in code blocks

No action required - these are intentional.

Passive voice (Passive.yml suggestions)

Found ~50+ instances of passive voice. Most are appropriate for technical documentation (e.g., "files are ignored", "data is collected"). Review if a more active voice is desired for specific sections.


Note

Low Risk
Single-word documentation edit with no functional or behavioral impact.

Overview
Fixes a documentation style/wording issue in editor/publish.mdx by changing “file name” to “filename” in the instructions for undoing changes, aligning with Vale WordList rules.

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

@ethanpalm ethanpalm merged commit 8df017a into main Feb 21, 2026
5 checks passed
@ethanpalm ethanpalm deleted the vale-style-fixes-1771636243 branch February 21, 2026 01:14
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