docs(cli): straighten curly apostrophes in cli-integrations prose - #4632
Open
josephfarina wants to merge 1 commit into
Open
docs(cli): straighten curly apostrophes in cli-integrations prose#4632josephfarina wants to merge 1 commit into
josephfarina wants to merge 1 commit into
Conversation
Replace nine curly apostrophes (authored as \u2019 escapes) with straight apostrophes in the CLI Integrations reference doc prose. The escapes decode to a curly apostrophe and reach the rendered docs output; straight quotes match the house convention. Found during Night Watch doc review.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
PR Analysis Report📚 Storybook PreviewView Storybook for this PR 🧪 Sandbox PreviewView Sandbox for this PR No new or modified components detected. Bundle Size SummaryNo component packages changed. Accessibility AuditStatus: No accessibility violations detected. Generated by PR Enrichment workflow | Storybook | Sandbox | View full report |
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.
What
Replaces nine curly apostrophes (authored as \u2019 escapes) with straight apostrophes in the prose text blocks of
packages/cli/assets/docs/cli-integrations.doc.mjs. The escapes decode to a curly apostrophe and reach the renderedastryx docs cli-integrationsoutput; the house convention is straight quotes (AI-slop check A4).Affected strings: the possessives in "consumer's", "integration's", "core's", "author's", and "file's" across the Overview, integration-file, and codemods sections. Prose only; no code, identifiers, or example blocks were touched. Meaning is unchanged.
Validation
pnpm --filter @astryxdesign/core typecheck:docspasses.pnpm exec tsc --project packages/cli/tsconfig.template-docs.json --noEmitpasses.astryx docs cli-integrationsshows straight apostrophes and no broken output.Note
The one curly apostrophe in
illustrations.doc.mjs(you're) sits inside atype: 'code'example block, which is exempt from the prose check, so it was left as-is.Night Watch — Doc Reviewer