Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: multiple typos of different importance (#2452)
# Pull Request Description ## Why is this change needed? This change fixes multiple typos across the codebase to improve code clarity and maintain consistency. Correcting these typos ensures better readability and reduces potential misunderstandings or errors caused by ambiguous comments or messages. **Relevant issues:** None linked. ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. - [ ] 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 (bugfix). - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. ## Notes for Reviewers This PR contains changes in 4 files with 7 additions and 7 deletions. All changes are strictly typo corrections in comments and error messages. No functional code was altered. ### Changed Files: 1. `apps/hubble/src/network/sync/syncEngine.ts`: - Fixed typos in comments: "enque" -> "enqueue", "oppurtunity" -> "opportunity", etc. 2. `apps/hubble/src/network/utils/networkConfig.ts`: - Corrected "too old too start" -> "too old to start." 3. `apps/hubble/src/profile/gossipProfileWorker.ts`: - Adjusted "threholds" -> "thresholds." 4. `apps/hubble/src/storage/db/types.ts`: - Fixed "user submited" -> "user submitted." All changes are cosmetic and aim to enhance code maintainability. Thank you for reviewing this PR! <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on correcting typos and improving code comments across multiple files in the `hubble` application, enhancing code clarity and readability. ### Detailed summary - Fixed typo in comment: `submited` to `submitted` in `apps/hubble/src/storage/db/types.ts`. - Corrected "too old too start" to "too old to start" in `apps/hubble/src/network/utils/networkConfig.ts`. - Changed `threholds` to `thresholds` in `apps/hubble/src/profile/gossipProfileWorker.ts`. - Updated "enque" to "enqueue" in `apps/hubble/src/network/sync/syncEngine.ts`. - Corrected `oppurtunity` to `opportunity` in `apps/hubble/src/network/sync/syncEngine.ts`. - Changed "none left" to "none are left" in `apps/hubble/src/network/sync/syncEngine.ts`. - Fixed "to to schedule" to "to schedule" in `apps/hubble/src/network/sync/syncEngine.ts`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information