[PR #4867] [MERGED] fix: resolve typos across packages #4970

Closed
opened 2026-03-17 02:27:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4867
Author: @luzpaz
Created: 3/10/2025
Status: Merged
Merged: 3/12/2025
Merged by: @jamesgeorge007

Base: patchHead: typos-packages-backend


📝 Commits (2)

  • 5a2b3b6 fix: typos in packages/hoppscotch-backend
  • 86b2834 Add the rest of typos

📊 Changes

26 files changed (+44 additions, -44 deletions)

View changed files

📝 packages/hoppscotch-agent/src-tauri/src/webview/mod.rs (+1 -1)
📝 packages/hoppscotch-backend/src/team-collection/team-collection.service.spec.ts (+6 -6)
📝 packages/hoppscotch-backend/src/user-collection/user-collection.service.spec.ts (+3 -3)
📝 packages/hoppscotch-backend/src/user/user.service.spec.ts (+1 -1)
📝 packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/multipart-form-data-coll.json (+1 -1)
📝 packages/hoppscotch-cli/src/interfaces/response.ts (+1 -1)
📝 packages/hoppscotch-cli/src/utils/request.ts (+1 -1)
📝 packages/hoppscotch-common/assets/scss/styles.scss (+1 -1)
📝 packages/hoppscotch-common/src/components/collections/index.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/http/BodyBinary.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/authorization/NTLM.vue (+1 -1)
📝 packages/hoppscotch-common/src/composables/stream.ts (+1 -1)
📝 packages/hoppscotch-common/src/helpers/collection/collection.ts (+2 -2)
📝 packages/hoppscotch-common/src/helpers/functional/record.ts (+3 -3)
📝 packages/hoppscotch-common/src/helpers/import-export/import/postman.ts (+1 -1)
📝 packages/hoppscotch-common/src/helpers/types/HoppPicked.ts (+3 -3)
📝 packages/hoppscotch-common/src/services/__tests__/interceptor.service.spec.ts (+2 -2)
📝 packages/hoppscotch-common/src/services/debug.service.ts (+1 -1)
📝 packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/environment.inspector.spec.ts (+3 -3)
📝 packages/hoppscotch-common/src/services/spotlight/__tests__/index.spec.ts (+1 -1)

...and 6 more files

📄 Description

What's changed

Documentation and non-user facing typo fixes

Found via codespell -q 3 -S "./packages/hoppscotch-common/locales,./pnpm-lock.yaml" -L afterall,atleast,childrens,doesnt,inout,parms,requestd,te

Notes to reviewers

I made the PR against the 'patch' branch.


🔄 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/4867 **Author:** [@luzpaz](https://github.com/luzpaz) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `typos-packages-backend` --- ### 📝 Commits (2) - [`5a2b3b6`](https://github.com/hoppscotch/hoppscotch/commit/5a2b3b610bfccd4a5c2ec1f9074a4023507ebf6b) fix: typos in packages/hoppscotch-backend - [`86b2834`](https://github.com/hoppscotch/hoppscotch/commit/86b28346bfe678fce35a886d5436dbcc29fb202d) Add the rest of typos ### 📊 Changes **26 files changed** (+44 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-agent/src-tauri/src/webview/mod.rs` (+1 -1) 📝 `packages/hoppscotch-backend/src/team-collection/team-collection.service.spec.ts` (+6 -6) 📝 `packages/hoppscotch-backend/src/user-collection/user-collection.service.spec.ts` (+3 -3) 📝 `packages/hoppscotch-backend/src/user/user.service.spec.ts` (+1 -1) 📝 `packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/multipart-form-data-coll.json` (+1 -1) 📝 `packages/hoppscotch-cli/src/interfaces/response.ts` (+1 -1) 📝 `packages/hoppscotch-cli/src/utils/request.ts` (+1 -1) 📝 `packages/hoppscotch-common/assets/scss/styles.scss` (+1 -1) 📝 `packages/hoppscotch-common/src/components/collections/index.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/http/BodyBinary.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/authorization/NTLM.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/composables/stream.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/collection/collection.ts` (+2 -2) 📝 `packages/hoppscotch-common/src/helpers/functional/record.ts` (+3 -3) 📝 `packages/hoppscotch-common/src/helpers/import-export/import/postman.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/types/HoppPicked.ts` (+3 -3) 📝 `packages/hoppscotch-common/src/services/__tests__/interceptor.service.spec.ts` (+2 -2) 📝 `packages/hoppscotch-common/src/services/debug.service.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/environment.inspector.spec.ts` (+3 -3) 📝 `packages/hoppscotch-common/src/services/spotlight/__tests__/index.spec.ts` (+1 -1) _...and 6 more files_ </details> ### 📄 Description ### What's changed Documentation and non-user facing typo fixes Found via `codespell -q 3 -S "./packages/hoppscotch-common/locales,./pnpm-lock.yaml" -L afterall,atleast,childrens,doesnt,inout,parms,requestd,te` ### Notes to reviewers I made the PR against the 'patch' branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:27:34 +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#4970
No description provided.