docs: fix heading capitalization and grammar inconsistencies#67
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: fix heading capitalization and grammar inconsistencies#67mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
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
Normalize heading capitalization to the predominant Title Case style and fix a few grammar slips found while auditing voice and tone consistency.
Changes
Heading capitalization (aligned to the dominant Title Case pattern with lowercase function words like
is/are/a/the/of):What Are Achievements?→What are Achievements?(features/achievements.mdx)What Is A Tenant?→What is a Tenant?(platform/multi-tenancy.mdx)What Is Retention?/What Is Engagement?→What is Retention?/What is Engagement?(platform/experimentation.mdx)Types Of Emails/Types Of Push Notifications→Types of Emails/Types of Push NotificationsCreating A New Template→Creating a New TemplateUsing The Editor→Using the EditorRestoring A Users Streak→Restoring a User's StreakInvite Your team→Invite Your TeamManaging API keys/Anatomy of an API key/Deleting API keys/Revoking keys/Rotating keys→ Title CaseKeys/KeyConfiguring levels→Configuring LevelsAccount-level analytics→Account-Level AnalyticsAll explicit
{#anchor}IDs preserved, so no internal links break.Grammar fixes:
Trophy let's you→Trophy lets you(features/points.mdx)copy it's unique API reference key→copy its unique API reference key(getting-started/quickstart.mdx)have a look of the types→have a look at the types(features/achievements.mdx)Watch Charlie run walk through→Watch Charlie walk through(features/achievements.mdx)Context
Audit of MDX files for voice/tone consistency. Other potentially-inconsistent items (e.g.,
Pre-requisitesvsPrerequisites,hitvsclickfor UI actions) were left as-is because they appear intentional or changing them would shift anchor IDs and break links.