From 44b40c651e0d32d777c6d292655cb130d4a87d89 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 27 Feb 2024 12:12:25 +0100 Subject: [PATCH] Update gist-handler.ts --- libs/remix-core-plugin/src/lib/gist-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-core-plugin/src/lib/gist-handler.ts b/libs/remix-core-plugin/src/lib/gist-handler.ts index f2f4b3d7fc..83c932d4c6 100644 --- a/libs/remix-core-plugin/src/lib/gist-handler.ts +++ b/libs/remix-core-plugin/src/lib/gist-handler.ts @@ -120,7 +120,7 @@ export class GistHandler extends Plugin { if (found) { await this.call('notification', 'alert', { id: 'gistAlert', - message: `workspace "${gistIdWorkspace}" already exist`, + message: `workspace "${gistIdWorkspace}" already exists`, }) return }