Skip to content

Fix duplicate Tailwind class and broken frontmatter quote#5648

Merged
mintlify[bot] merged 1 commit intomainfrom
mintlify/fix-typos-1777691409
May 2, 2026
Merged

Fix duplicate Tailwind class and broken frontmatter quote#5648
mintlify[bot] merged 1 commit intomainfrom
mintlify/fix-typos-1777691409

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 2, 2026

Summary

Two formatting issues found while scanning all MDX files for spelling errors, grammatical mistakes, and broken formatting.

Frontmatter

  • optimize/feedback.mdx — Missing opening quote in keywords array. The string thumbs rating" was missing its opening ", leaving the YAML array malformed.

Markdown / JSX

  • customize/themes.mdx — Duplicate px-4 class in a className attribute (px-4 px-4px-4).

Notes

  • Scanned ~220 English MDX files for: duplicate words, common misspellings, unclosed bold/italic markers, broken link syntax, unbalanced JSX components, malformed frontmatter (unclosed quotes, missing delimiters), and double spaces in prose.
  • Skipped non-issues: tag-balance false positives in self-closing multi-line <Card /> elements, intentional escaped backticks in create/code.mdx, and intentional ``` literals in changelog.mdx.
  • No spelling or grammar errors found in prose content.

Note

Low Risk
Low risk: documentation-only formatting fixes that remove a duplicate CSS utility and repair broken YAML frontmatter, with no runtime logic changes.

Overview
Fixes two MDX formatting issues: removes a duplicate px-4 Tailwind class in customize/themes.mdx, and corrects a malformed keywords string in the YAML frontmatter of optimize/feedback.mdx so the frontmatter parses correctly.

Reviewed by Cursor Bugbot for commit 2d52425. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 2, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🔴 Failed May 2, 2026, 3:12 AM

@mintlify mintlify Bot merged commit f8fd6e6 into main May 2, 2026
3 checks passed
@mintlify mintlify Bot deleted the mintlify/fix-typos-1777691409 branch May 2, 2026 03:10
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.

0 participants