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 }