Apply brand tone and writing style fixes - #6983
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
approved these changes
Aug 14, 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
Fix style and terminology inconsistencies across the personalization, custom scripts, and authentication setup pages.
Changes
prefill(no hyphen) acrossdeploy/authentication-setup.mdx, matching the rest of the docs and the other in-scope files.API playgroundin the H3 heading, code block titles, and frontmatter description ofcustomize/custom-scripts.mdxto match the sentence-case body style used elsewhere.Custom JS/JS codetoCustom JavaScript/JavaScript codefor consistent terminology withincustomize/custom-scripts.mdx.Logout URLbullet ofdeploy/authentication-setup.mdxso each instruction stands alone.Note
Low Risk
Copy and terminology only; no product behavior, APIs, or config schema changes.
Overview
Documentation-only edits on custom scripts and authentication setup to match Mintlify’s writing style and vocabulary.
On
customize/custom-scripts.mdx, API playground is lowercased in the frontmatter description, the server-variables heading, and related code block titles so they align with sentence-case body text. Custom JS / JS code are expanded to Custom JavaScript / JavaScript code for consistent terminology.On
deploy/authentication-setup.mdx, hyphenated pre-fill / pre-filling are standardized to prefill / prefilling (including the comparison table, Info callout, andapiPlaygroundInputsParamField descriptions). The OAuth Logout URL bullet is split so the instruction about including query parameters (for examplereturnTo) is its own sentence instead of a long compound clause.Reviewed by Cursor Bugbot for commit 6b18cc1. Bugbot is set up for automated code reviews on this repo. Configure here.