mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2200] [MERGED] refactor: check spelling #3670
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#3670
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/2200
Author: @jsoref
Created: 3/25/2022
Status: ✅ Merged
Merged: 3/25/2022
Merged by: @liyasthomas
Base:
main← Head:spelling📝 Commits (10+)
23c677bfeat: reorder key-value entries (#2189)770c3f1refactor: revamped tab system1f2fb0frefactor: enable new tab component35571fffix: tab switching side effect4764141fix: tab deleting side effect0f8549cfix: tests3ab3911spelling: arrayd364599spelling: assignment7338a6fspelling: collection0f45361spelling: dangling📊 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@ed64aa5fe1Note: 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
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.