Skip to content

docs: fix duplicate "the" typos in spammer README and base fee ADR#73

Merged
ZhiyuCircle merged 1 commit into
circlefin:mainfrom
Sertug17:docs/fix-duplicate-the-typos
May 20, 2026
Merged

docs: fix duplicate "the" typos in spammer README and base fee ADR#73
ZhiyuCircle merged 1 commit into
circlefin:mainfrom
Sertug17:docs/fix-duplicate-the-typos

Conversation

@Sertug17
Copy link
Copy Markdown
Contributor

Summary

Two small duplicate-word typos in documentation:

  1. crates/spammer/README.md:394the the transactionthe transaction
  2. docs/adr/0004-base-fee-validation.md:18the the headerin the header

For the ADR typo, "in" reads naturally in context:

"Arc includes the next block base fee in the header, computed at the end of the parent's block execution"

Happy to change to a different phrasing if a different reading was intended (e.g., simply removing the extra "the" → "...base fee the header...", or "...to the header...").

Change

diff --git a/crates/spammer/README.md b/crates/spammer/README.md
@@ -394 +394 @@
-2. **Finalization**: the block in which the the transaction was included...
+2. **Finalization**: the block in which the transaction was included...

diff --git a/docs/adr/0004-base-fee-validation.md b/docs/adr/0004-base-fee-validation.md
@@ -18 +18 @@
-...Arc includes the next block base fee the the header, computed...
+...Arc includes the next block base fee in the header, computed...

Verification

After the change, grep -rn "the the" --include="*.md" . returns no matches in the repo.

Notes

This is a documentation-only change (2 files, +2/-2).

Two small duplicate-word typos in documentation:

- crates/spammer/README.md: 'the the transaction' -> 'the transaction'
- docs/adr/0004-base-fee-validation.md: 'the the header' -> 'in the header'

For the ADR typo, 'in' reads naturally in context:
'Arc includes the next block base fee in the header, computed at
the end of the parent's block execution'

Happy to adjust phrasing if a different reading was intended.
@ZhiyuCircle ZhiyuCircle added the pending-import Merged PR awaiting reverse-sync to upstream label May 19, 2026
@Sertug17
Copy link
Copy Markdown
Contributor Author

Thanks for the quick review, @ZhiyuCircle 🙏

If there are other small docs/typo items on the backlog you'd want extra eyes on, happy to help.

@ZhiyuCircle ZhiyuCircle merged commit c639319 into circlefin:main May 20, 2026
14 checks passed
@circle-github-action-bot circle-github-action-bot added imported and removed pending-import Merged PR awaiting reverse-sync to upstream labels May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants