From 14106a77fd9e4a2dfbad4fd3571a961c9e386c51 Mon Sep 17 00:00:00 2001 From: Therm Scissorpunch <61228862+ThermScissorpunch@users.noreply.github.com> Date: Wed, 6 May 2020 17:58:07 +0200 Subject: [PATCH] Fix typo --- core/lib/sync/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/sync/index.ts b/core/lib/sync/index.ts index 7f57ef6916..999d37b7af 100644 --- a/core/lib/sync/index.ts +++ b/core/lib/sync/index.ts @@ -9,7 +9,7 @@ import Task from '@vue-storefront/core/lib/sync/types/Task' import EventBus from '@vue-storefront/core/compatibility/plugins/event-bus' import { StorageManager } from '@vue-storefront/core/lib/storage-manager' -/** Syncs given task. If user is offline requiest will be sent to the server after restored connection */ +/** Syncs given task. If user is offline request will be sent to the server after restored connection */ async function queue (task) { const tasksCollection = StorageManager.get('syncTasks') task = _prepareTask(task)