Fix heading capitalization in enterprise-contracting#5636
Merged
mintlify[bot] merged 1 commit intomainfrom May 2, 2026
Merged
Conversation
Generated-By: mintlify-agent
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 heading capitalization inconsistency in
enterprise-contracting.mdx. The page's##headings use sentence case ("What to expect", "What we're flexible on"), but the six<Accordion>titles used Title Case, creating an inconsistent reading experience within the same page.Changes
Converted accordion titles from Title Case to sentence case to match the rest of the page:
1. Platform IP Ownership→1. Platform IP ownership2. Aggregate Data for Product Analytics→2. Aggregate data for product analytics3. Capped Liability→3. Capped liability4. No Sublicensing→4. No sublicensing5. Warranty Limitations→5. Warranty limitations6. No Termination for Convenience→6. No termination for convenienceNotes
Other pages reviewed (
index.mdx,quickstart.mdx,what-is-mintlify.mdx,ai-native.mdx,editor-classic.mdx,migration.mdx,status.mdx,contact-support.mdx,advanced-support.mdx) showed no clear style deviations. The first-person voice ("we"/"our") on support and contracting pages appears intentional and was preserved to avoid altering meaning or tone.No code samples, technical content, or API references were modified.
Note
Low Risk
Low risk documentation-only change that adjusts heading capitalization without altering meaning, behavior, or any code paths.
Overview
Standardizes capitalization in
enterprise-contracting.mdxby converting the sixAccordiontitles under Six fixed positions from Title Case to sentence case to match the rest of the page.Reviewed by Cursor Bugbot for commit 2f157ff. Bugbot is set up for automated code reviews on this repo. Configure here.