[PR #2200] [MERGED] refactor: check spelling #3670

Closed
opened 2026-03-17 01:15:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2200
Author: @jsoref
Created: 3/25/2022
Status: Merged
Merged: 3/25/2022
Merged by: @liyasthomas

Base: mainHead: spelling


📝 Commits (10+)

📊 Changes

16 files changed (+32 additions, -32 deletions)

View changed files

📝 packages/hoppscotch-app/components/app/Fuse.vue (+3 -3)
📝 packages/hoppscotch-app/components/app/Header.vue (+2 -2)
📝 packages/hoppscotch-app/components/app/PowerSearch.vue (+3 -3)
📝 packages/hoppscotch-app/components/http/PreRequestScript.vue (+3 -3)
📝 packages/hoppscotch-app/components/realtime/Log.vue (+2 -2)
📝 packages/hoppscotch-app/components/smart/Intersection.vue (+1 -1)
📝 packages/hoppscotch-app/helpers/curl/curlparser.ts (+1 -1)
📝 packages/hoppscotch-app/helpers/import-export/export/index.ts (+2 -2)
📝 packages/hoppscotch-app/helpers/import-export/import/index.ts (+2 -2)
📝 packages/hoppscotch-app/helpers/powerSearchNavigation.ts (+4 -4)
📝 packages/hoppscotch-app/helpers/teams/TeamCollectionAdapter.ts (+1 -1)
📝 packages/hoppscotch-app/helpers/ternlint.js (+4 -4)
📝 packages/hoppscotch-app/pages/index.vue (+1 -1)
📝 packages/hoppscotch-app/plugins/README.md (+1 -1)
📝 packages/hoppscotch-js-sandbox/README.md (+1 -1)
📝 packages/hoppscotch-js-sandbox/src/index.ts (+1 -1)

📄 Description

Closes #

Description

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at github.com/jsoref/hoppscotch@f49b95be73 (commitcomment-69494797)

The action reports that the changes in this PR would make it happy: github.com/jsoref/hoppscotch@ed64aa5fe1

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2200 **Author:** [@jsoref](https://github.com/jsoref) **Created:** 3/25/2022 **Status:** ✅ Merged **Merged:** 3/25/2022 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `spelling` --- ### 📝 Commits (10+) - [`23c677b`](https://github.com/hoppscotch/hoppscotch/commit/23c677b1277442d52d17f2698bb51be22d9ff818) feat: reorder key-value entries (#2189) - [`770c3f1`](https://github.com/hoppscotch/hoppscotch/commit/770c3f19e31ed17a91562238f62e104d72b632aa) refactor: revamped tab system - [`1f2fb0f`](https://github.com/hoppscotch/hoppscotch/commit/1f2fb0f9c35f51c2665059d2718ece4a14677f36) refactor: enable new tab component - [`35571ff`](https://github.com/hoppscotch/hoppscotch/commit/35571ffd095ef589dce8ae164e954b11673bb8bc) fix: tab switching side effect - [`4764141`](https://github.com/hoppscotch/hoppscotch/commit/476414115f97214b481160cded56dd270fda2131) fix: tab deleting side effect - [`0f8549c`](https://github.com/hoppscotch/hoppscotch/commit/0f8549cc24dbc591d1ac78d0a35d4d2499c129bd) fix: tests - [`3ab3911`](https://github.com/hoppscotch/hoppscotch/commit/3ab3911f74d3b2f2ab7d1ab6a1141f67119f283c) spelling: array - [`d364599`](https://github.com/hoppscotch/hoppscotch/commit/d3645990d089ff6b8fa42fa3bca0f5b704f05c23) spelling: assignment - [`7338a6f`](https://github.com/hoppscotch/hoppscotch/commit/7338a6fc8a6260e3ba9f0ddf76a6db8a539a2020) spelling: collection - [`0f45361`](https://github.com/hoppscotch/hoppscotch/commit/0f453618e71c5fe999bece6b1ef8d3f50d576afc) spelling: dangling ### 📊 Changes **16 files changed** (+32 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/app/Fuse.vue` (+3 -3) 📝 `packages/hoppscotch-app/components/app/Header.vue` (+2 -2) 📝 `packages/hoppscotch-app/components/app/PowerSearch.vue` (+3 -3) 📝 `packages/hoppscotch-app/components/http/PreRequestScript.vue` (+3 -3) 📝 `packages/hoppscotch-app/components/realtime/Log.vue` (+2 -2) 📝 `packages/hoppscotch-app/components/smart/Intersection.vue` (+1 -1) 📝 `packages/hoppscotch-app/helpers/curl/curlparser.ts` (+1 -1) 📝 `packages/hoppscotch-app/helpers/import-export/export/index.ts` (+2 -2) 📝 `packages/hoppscotch-app/helpers/import-export/import/index.ts` (+2 -2) 📝 `packages/hoppscotch-app/helpers/powerSearchNavigation.ts` (+4 -4) 📝 `packages/hoppscotch-app/helpers/teams/TeamCollectionAdapter.ts` (+1 -1) 📝 `packages/hoppscotch-app/helpers/ternlint.js` (+4 -4) 📝 `packages/hoppscotch-app/pages/index.vue` (+1 -1) 📝 `packages/hoppscotch-app/plugins/README.md` (+1 -1) 📝 `packages/hoppscotch-js-sandbox/README.md` (+1 -1) 📝 `packages/hoppscotch-js-sandbox/src/index.ts` (+1 -1) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes # <!-- Issue # here --> ### Description <!-- Add a brief description of the pull request --> This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/hoppscotch/commit/f49b95be73709c260b50df159943501389c89d78#commitcomment-69494797 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/hoppscotch/commit/ed64aa5fe1c7794d411c9c3984c91abe3fdeb19f Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [ ] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [ ] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:15:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3670
No description provided.