mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4867] [MERGED] fix: resolve typos across packages #4970
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4970
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
patch← Head:typos-packages-backend📝 Commits (2)
5a2b3b6fix: typos in packages/hoppscotch-backend86b2834Add 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,teNotes 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.