Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Why is this change needed? This pull request fixes multiple typos across several files in the repository to enhance code clarity and maintainability. Correcting these typos improves the readability of the code and prevents potential confusion for contributors and maintainers. ## Summary of Changes 1. **`apps/hubble/src/network/p2p/connectionFilter.ts`** - Fixed typo: `deiniedPeers` → `deniedPeers`. 2. **`apps/hubble/src/network/sync/merkleTrie.test.ts`** - Fixed typo: `unloadChidrenAtRoot` → `unloadChildrenAtRoot`. 3. **`apps/hubble/src/network/sync/merkleTrie.ts`** - Fixed typos: `unloadChidrenAtRoot` → `unloadChildrenAtRoot`. 4. **`apps/hubble/src/network/sync/multiPeerSyncEngine.test.ts`** - Fixed typo in comment: `cound` → `count`. ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets). - [x] PR has been tagged with a change label (e.g., documentation, bugfix). - [x] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. --- **Allow edits by maintainers:** ✅ Appreciate your time and review! <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on correcting typographical errors in method names and comments across multiple files, enhancing code clarity and maintainability. ### Detailed summary - Corrected method name from `unloadChidrenAtRoot` to `unloadChildrenAtRoot` in `merkleTrie.ts` and its test file. - Fixed parameter name from `deiniedPeers` to `deniedPeers` in the constructor of `connectionFilter.ts`. - Corrected the spelling of "count" in a comment in `multiPeerSyncEngine.test.ts`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information