Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Typos in Documentation and Tests (#2460)
# Fix Typos in Documentation and Tests ## Summary This pull request addresses minor typos in the following files: 1. `apps/hubble/src/test/e2e/gossipNetworkBundle.test.ts` 2. `packages/hub-nodejs/docs/signers/EthersV5Eip712Signer.md` ## Changes Made ### 1. `gossipNetworkBundle.test.ts` - Fixed a typo in the comment: - From: "beacuse" - To: "because" ### 2. `EthersV5Eip712Signer.md` - Fixed a typo in the comment: - From: "can't erro" - To: "can't error" ## Testing These changes only affect comments and do not impact the functionality of the code. No new tests were added as the code logic remains unchanged. ## Checklist - [x] Followed the [contributing guidelines](link-to-guidelines). - [x] Verified changes locally. - [x] Added clear descriptions and comments. --- Thank you for reviewing this PR! Let me know if there’s anything else to address. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on correcting minor typographical errors in comments within the documentation and test files related to the `EthersV5Eip712Signer` and `gossipNetworkBundle`. ### Detailed summary - Fixed a typo in the comment for `blockHashBytes` in `packages/hub-nodejs/docs/signers/EthersV5Eip712Signer.md`. - Corrected a typo in the comment regarding invalid bundle gossiping in `apps/hubble/src/test/e2e/gossipNetworkBundle.test.ts`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information