From ce0eaf1d84e487bce734c9e1f5b2b5179b139a72 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 20 Feb 2025 03:15:29 -0500 Subject: [PATCH] fix: typos under `hoppscotch-selfhost-desktop` package (#4766) --- .../src/components/modals/NativeCACertificates.vue | 2 +- .../src/components/modals/NativeClientCertsAdd.vue | 2 +- packages/hoppscotch-selfhost-desktop/src/main.ts | 2 +- .../src/platform/collections/collections.sync.ts | 2 +- .../src/platform/collections/gqlCollections.sync.ts | 2 +- .../src/platform/collections/collections.sync.ts | 2 +- .../src/platform/collections/gqlCollections.sync.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/hoppscotch-selfhost-desktop/src/components/modals/NativeCACertificates.vue b/packages/hoppscotch-selfhost-desktop/src/components/modals/NativeCACertificates.vue index 60993ed5..52012269 100644 --- a/packages/hoppscotch-selfhost-desktop/src/components/modals/NativeCACertificates.vue +++ b/packages/hoppscotch-selfhost-desktop/src/components/modals/NativeCACertificates.vue @@ -47,7 +47,7 @@ () // restRequestsMapper uses the collectionPath/requestIndex as the local identifier export const restRequestsMapper = createMapper() -// 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, diff --git a/packages/hoppscotch-selfhost-desktop/src/platform/collections/gqlCollections.sync.ts b/packages/hoppscotch-selfhost-desktop/src/platform/collections/gqlCollections.sync.ts index 9ceb67a9..f46bf10d 100644 --- a/packages/hoppscotch-selfhost-desktop/src/platform/collections/gqlCollections.sync.ts +++ b/packages/hoppscotch-selfhost-desktop/src/platform/collections/gqlCollections.sync.ts @@ -33,7 +33,7 @@ export const gqlCollectionsMapper = createMapper() // gqlRequestsMapper uses the collectionPath/requestIndex as the local identifier export const gqlRequestsMapper = createMapper() -// 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, diff --git a/packages/hoppscotch-selfhost-web/src/platform/collections/collections.sync.ts b/packages/hoppscotch-selfhost-web/src/platform/collections/collections.sync.ts index c54ccfce..88bea6fe 100644 --- a/packages/hoppscotch-selfhost-web/src/platform/collections/collections.sync.ts +++ b/packages/hoppscotch-selfhost-web/src/platform/collections/collections.sync.ts @@ -40,7 +40,7 @@ export const restCollectionsMapper = createMapper() // restRequestsMapper uses the collectionPath/requestIndex as the local identifier export const restRequestsMapper = createMapper() -// 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, diff --git a/packages/hoppscotch-selfhost-web/src/platform/collections/gqlCollections.sync.ts b/packages/hoppscotch-selfhost-web/src/platform/collections/gqlCollections.sync.ts index 0835ca33..4400eb58 100644 --- a/packages/hoppscotch-selfhost-web/src/platform/collections/gqlCollections.sync.ts +++ b/packages/hoppscotch-selfhost-web/src/platform/collections/gqlCollections.sync.ts @@ -35,7 +35,7 @@ export const gqlCollectionsMapper = createMapper() // gqlRequestsMapper uses the collectionPath/requestIndex as the local identifier export const gqlRequestsMapper = createMapper() -// 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,