Skip to content

Fix documentation typos, grammar errors, and formatting issues#4512

Open
HashClawAI wants to merge 17 commits intoordinals:masterfrom
HashClawAI:docs/fix-typos-and-errors
Open

Fix documentation typos, grammar errors, and formatting issues#4512
HashClawAI wants to merge 17 commits intoordinals:masterfrom
HashClawAI:docs/fix-typos-and-errors

Conversation

@HashClawAI
Copy link
Copy Markdown

Summary

Fix 31 documentation issues across 21 files in the Ordinal Theory Handbook, including:

  • Typos: "UTXOS" β†’ "UTXOs", "beings" β†’ "begins", "qualities" β†’ "quantities", "my" β†’ "may", "scheme" β†’ "schema"
  • Missing words: "must served" β†’ "must be served", "can passed" β†’ "can be passed", "sequence 128-bit" β†’ "sequence of 128-bit"
  • Grammar: subject-verb agreement, article usage, singular/plural corrections
  • Invalid code examples: duplicate JSON keys in recursion.md, missing commas in sat-hunting.md JSON
  • Broken links: /ordinal/ β†’ /sat/ in bounty/0.md to match ordinals.com URL structure
  • Formatting: stray backticks, stray code fences, endpoint mismatch (/r/inscriptions/ β†’ /r/inscription/)
  • Terminology consistency: "sub inscriptions" β†’ "child inscriptions" in provenance.md
  • Missing flags: -regtest flag added to bitcoin-cli command in testing.md

Each commit addresses 1-2 related issues for easy review.

Test plan

  • Verify markdown renders correctly with mdbook build docs
  • Spot-check links in rendered output

Made with Cursor

AI BOT added 17 commits April 3, 2026 12:15
- Fix "UTXOS" β†’ "UTXOs" (correct capitalization)
- Add missing space after "`OP_PUSH 0`"
- Fix "must served" β†’ "must be served" (missing word)

Made-with: Cursor
- Fix "my" β†’ "may" (typo)
- Remove extra "by" in "concatenated with by the"
- Remove extra "of" in "IDs of under the"
- Fix "an 0-4 byte" β†’ "a 0-4 byte" (article)

Made-with: Cursor
- Fix "sequence 128-bit" β†’ "sequence of 128-bit" (missing "of")
- Fix "beings" β†’ "begins" (typo)

Made-with: Cursor
- Fix "no way to for" β†’ "no way for" (extra word)
- Fix "qualities" β†’ "quantities" (typo)
- Fix "with Bitcoin full node" β†’ "with a Bitcoin full node" (missing article)
- Fix "which increase" β†’ "which increases" (subject-verb agreement)

Made-with: Cursor
- Remove duplicate keys in /r/blockinfo example JSON (height, median_fee, extra ])
- Fix endpoint mismatch: /r/inscriptions/ β†’ /r/inscription/ to match heading

Made-with: Cursor
- Add missing period at end of sentence in delegate.md
- Fix "Inscriptions content" β†’ "Inscription content" in uris.md

Made-with: Cursor
- Replace "sub inscriptions" with "child inscriptions" for consistency

Made-with: Cursor
- Fix "Perform that tests." β†’ "Perform that test."

Made-with: Cursor
- Fix "can passed" β†’ "can be passed" in batch-inscribing.md
- Fix "database scheme" β†’ "database schema" in reindexing.md

Made-with: Cursor
- Fix "is Easy" β†’ "is easy" (capitalization)
- Fix "started receive" β†’ "started receiving" (grammar)
- Add missing comma in importdescriptors JSON example

Made-with: Cursor
- Fix "file name named" β†’ "file named" in settings.md
- Fix "a few of important" β†’ "a few important" in sparrow-wallet.md

Made-with: Cursor
- Fix "stored only the satscard" β†’ "stored only on the satscard"
- Fix awkward sentence construction with "That taking"

Made-with: Cursor
- Fix "Ord will output two transactions IDs" β†’ "\`ord\` will output two transaction IDs"

Made-with: Cursor
- Remove stray backtick at end of heading underline in splitting.md
- Remove stray triple backtick at end of explorer.md

Made-with: Cursor
- Add -regtest flag to bitcoin-cli generatetoaddress command for consistency

Made-with: Cursor
- Fix /ordinal/ β†’ /sat/ to match ordinals.com URL structure

Made-with: Cursor
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