Fix grammar & typos: punctuation and formatting cleanup - #329
Open
mintlify[bot] wants to merge 5 commits into
Open
mintlify[bot] wants to merge 5 commits into
mintlify[bot] wants to merge 5 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This branch was successfully deployed
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
Proofreading pass over docs pages, fixing spelling, punctuation, and formatting errors without touching code samples or technical content.
Changes
Commit 1 (pages from #327 scope):
container-images/custom-dockerfiles.mdx: added missing terminal periods on the three Dockerfile requirement list itemscontainer-images/custom-web-servers.mdx: added missing terminal periods on theentrypointandportbulletsv4/examples/livekit-outbound-agent.mdx: "Toll free" → "Toll-free", missing comma after "For example", missing colon before a code block, stray space in image alt text, missing period in frontmatter descriptionCommit 2 (pages from #330 scope):
v4/examples/comfyUI.mdx: removed stray zero-width joiner characters after two URLs, "MacOS" → "macOS"v4/examples/langchain-langsmith.mdx: removed stray zero-width joiner characters, added missing terminal period on the intro code linkv4/examples/realtime-voice-agents.mdx: "Telenyx" → "Telnyx", "self hosted" → "self-hosted" and missing period in frontmatter description, missing terminal period on the code linkv4/examples/deploy-a-vision-language-model-with-sglang.mdx: "Deepseek" → "DeepSeek"partner-services/deepgram.mdx: hyphenated "self-hosted" and "speech-to-text" in frontmatter description, added missing period in a Note, "deepgram service" → "Deepgram service"networking/custom-domains.mdx: added missing commas before "meaning" and "enabling" in the How Custom Domains Work bulletsCommit 3 (full-docs sweep):
v4/examples/wandb-sweep.mdx: replaced 21 stray non-breaking spaces (U+00A0) with regular spaces in prose; added missing terminal periods to list items whose siblings have themv4/examples/transcribe-whisper.mdx: "Distill Whisper" → "Distil Whisper" (matches product name in frontmatter and repo)v4/examples/high-throughput-embeddings.mdx: added missing terminal periods on two sentences before code blockspartner-services/rime.mdx: moved a period outside a bold tag, added a missing colon before a WebSocket examplemigrations/replicate.mdx: added terminal periods on two bullets to match the rest of the listCommit 4:
toml-reference/toml-reference.mdx: added missing colon on "Export your locked dependencies to requirements.txt" before its code blockStyle-level changes (voice, product-name casing normalization, run-on splits) covered by other open PRs were intentionally skipped to avoid conflicts.