Fix documentation typos, grammar errors, and formatting issues#4512
Open
HashClawAI wants to merge 17 commits intoordinals:masterfrom
Open
Fix documentation typos, grammar errors, and formatting issues#4512HashClawAI wants to merge 17 commits intoordinals:masterfrom
HashClawAI wants to merge 17 commits intoordinals:masterfrom
Conversation
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
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
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
Fix 31 documentation issues across 21 files in the Ordinal Theory Handbook, including:
/ordinal/β/sat/in bounty/0.md to match ordinals.com URL structure/r/inscriptions/β/r/inscription/)-regtestflag added tobitcoin-clicommand in testing.mdEach commit addresses 1-2 related issues for easy review.
Test plan
mdbook build docsMade with Cursor