fix: typos under hoppscotch-selfhost-desktop package (#4766)

This commit is contained in:
luzpaz 2025-02-20 03:15:29 -05:00 committed by GitHub
parent 7f84c52c83
commit ce0eaf1d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -47,7 +47,7 @@
<HoppButtonSecondary
class="mx-4"
:icon="IconPlus"
:label="'Add Certifcate File'"
:label="'Add Certificate File'"
:loading="selectedFiles && selectedFiles!.length > 0"
filled
outline

View file

@ -27,7 +27,7 @@
:label="
pemCert?.type === 'loaded'
? pemCert.filename
: 'Add Certifcate File'
: 'Add Certificate File'
"
filled
outline

View file

@ -31,7 +31,7 @@ const headerPaddingTop = ref("0px")
paddingTop: headerPaddingTop,
onHeaderAreaClick() {
if (platform === "Darwin") {
// Drag thw window when the user drags the header area
// Drag the window when the user drags the header area
// TODO: Ignore click on headers and fields
appWindow.startDragging()
}

View file

@ -36,7 +36,7 @@ export const restCollectionsMapper = createMapper<string, string>()
// restRequestsMapper uses the collectionPath/requestIndex as the local identifier
export const restRequestsMapper = createMapper<string, string>()
// temp implementation untill the backend implements an endpoint that accepts an entire collection
// temp implementation until the backend implements an endpoint that accepts an entire collection
// TODO: use importCollectionsJSON to do this
const recursivelySyncCollections = async (
collection: HoppCollection,

View file

@ -33,7 +33,7 @@ export const gqlCollectionsMapper = createMapper<string, string>()
// gqlRequestsMapper uses the collectionPath/requestIndex as the local identifier
export const gqlRequestsMapper = createMapper<string, string>()
// temp implementation untill the backend implements an endpoint that accepts an entire collection
// temp implementation until the backend implements an endpoint that accepts an entire collection
// TODO: use importCollectionsJSON to do this
const recursivelySyncCollections = async (
collection: HoppCollection,

View file

@ -40,7 +40,7 @@ export const restCollectionsMapper = createMapper<string, string>()
// restRequestsMapper uses the collectionPath/requestIndex as the local identifier
export const restRequestsMapper = createMapper<string, string>()
// temp implementation untill the backend implements an endpoint that accepts an entire collection
// temp implementation until the backend implements an endpoint that accepts an entire collection
// TODO: use importCollectionsJSON to do this
const recursivelySyncCollections = async (
collection: HoppCollection,

View file

@ -35,7 +35,7 @@ export const gqlCollectionsMapper = createMapper<string, string>()
// gqlRequestsMapper uses the collectionPath/requestIndex as the local identifier
export const gqlRequestsMapper = createMapper<string, string>()
// temp implementation untill the backend implements an endpoint that accepts an entire collection
// temp implementation until the backend implements an endpoint that accepts an entire collection
// TODO: use importCollectionsJSON to do this
const recursivelySyncCollections = async (
collection: HoppCollection,