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,