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

This commit is contained in:
luzpaz
2025-02-20 13:45:29 +05:30
committed by GitHub
parent 7f84c52c83
commit ce0eaf1d84
7 changed files with 7 additions and 7 deletions
@@ -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
@@ -27,7 +27,7 @@
:label="
pemCert?.type === 'loaded'
? pemCert.filename
: 'Add Certifcate File'
: 'Add Certificate File'
"
filled
outline
@@ -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()
}
@@ -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,
@@ -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,
@@ -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,
@@ -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,