hub-monorepo
hub-monorepo copied to clipboard
chore: fix typos
Motivation
Fix some typos
Change Summary
Describe the changes being made in 1-2 concise sentences.
Merge Checklist
Choose all relevant options below by adding an x
now or at any time before submitting for review
- [ ] PR title adheres to the conventional commits standard
- [ ] PR has a changeset
- [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore)
- [ ] PR includes documentation if necessary.
- [ ] All commits have been signed
Additional Context
If this is a relatively large or complex change, provide more details here that will help reviewers
PR-Codex overview
This PR improves code consistency by fixing typos in comments across network-related files.
Detailed summary
- Fixed typos in comments in
gossipNode.ts
,syncEngine.ts
, andmerkleTrie.ts
. - Updated comments for clarity and correctness.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}