Skip to content

Fix stray characters and whitespace inconsistencies#11304

Open
alexbabintsev wants to merge 1 commit into
laravel:13.xfrom
laravelukraine:fix/typos-and-formatting
Open

Fix stray characters and whitespace inconsistencies#11304
alexbabintsev wants to merge 1 commit into
laravel:13.xfrom
laravelukraine:fix/typos-and-formatting

Conversation

@alexbabintsev

Copy link
Copy Markdown

Cosmetic cleanups spotted while reading through the docs. No content or meaning changes - only stray characters and whitespace.

File Issue
horizon.md Stray ¨ inside a code comment: // ...¨
billing.md Non-breaking space (U+00A0) instead of a regular space
queries.md Trailing space inside a code block
sail.md Two TOC entries indented with 2 spaces; every other nested entry in the file uses 4
authentication.md, cashier-paddle.md, context.md, mcp.md, octane.md, passport.md, testing.md, valet.md Double space in prose

The horizon.md, billing.md, and queries.md ones are invisible in the rendered output but show up when diffing or grepping the source.

Cosmetic cleanups only. No content or meaning changes.

- horizon.md: remove a stray `¨` from a code comment
- billing.md: replace a non-breaking space (U+00A0) with a regular space
- queries.md: remove a trailing space inside a code block
- sail.md: indent two TOC entries with 4 spaces to match the rest of the file
- collapse double spaces in prose in authentication.md, cashier-paddle.md,
  context.md, mcp.md, octane.md, passport.md, testing.md, and valet.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant