Skip to content

docs: fix spelling typos in .mdx docs - #10412

Open
2u841r wants to merge 1 commit into
RaspberryPiFoundation:mainfrom
2u841r:docs/fix-mdx-typos
Open

docs: fix spelling typos in .mdx docs#10412
2u841r wants to merge 1 commit into
RaspberryPiFoundation:mainfrom
2u841r:docs/fix-mdx-typos

Conversation

@2u841r

@2u841r 2u841r commented Sep 7, 2026

Copy link
Copy Markdown

The basics

  • I validated my changes

The details

Proposed Changes

Fixes 13 spelling typos across .mdx files in packages/docs, found by running cspell over all 225 of them.

Two are more than cosmetic:

  • attribution.mdx used <theader>, which JSX renders as an unknown element rather than a table header. Changed to <thead>.
  • draggable.mdx referred to IDeleteable; the interface is IDeletable (the link reference on the same page already used the correct spelling).

The rest are plain misspellings in prose and code comments: workpace, respository, chuks, iputs, arbirtary, wieht, plaforms, pareng, reccomended, ISelectableToobloxItem.

Reason for Changes

Docs typos, some of which produce broken output.

Test Coverage

Docs only, no runtime code touched.

Additional Information

cspell also flags behaviour in 20 places across 17 files. Per AGENTS.md, only colour, neighbour, and centre are spelled the British way; everything else, behavior included, is American. Left alone here so this PR stays a pure typo fix. Happy to do it as a follow-up if you want it, or to leave it.

Found by running cspell over the 225 .mdx files in packages/docs.

Also corrects `<theader>` to `<thead>` in attribution.mdx and
`IDeleteable` to `IDeletable`, which is the actual interface name.
@2u841r
2u841r requested a review from a team as a code owner September 7, 2026 18:10
@2u841r
2u841r requested a review from gonfunko September 7, 2026 18:10
@github-actions github-actions Bot added the PR: docs Adds or updates documentation label Sep 7, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome! It looks like this is your first pull request in Blockly, so here are a couple of tips:

  • You can find tips about contributing to Blockly and how to validate your changes on our developer site.
  • We use conventional commits to make versioning the package easier. Make sure your commit message is in the proper format or learn how to fix it.
  • If any of the other checks on this PR fail, you can click on them to learn why. It might be that your change caused a test failure, or that you need to double-check the style guide.
    Thank you for opening this PR! A member of the Blockly team will review it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: docs Adds or updates documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants