Skip to content

Commit 44b40c6

Browse files
yann300Aniket-Engg
authored andcommitted
Update gist-handler.ts
1 parent c2d6bde commit 44b40c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-core-plugin/src/lib/gist-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class GistHandler extends Plugin {
120120
if (found) {
121121
await this.call('notification', 'alert', {
122122
id: 'gistAlert',
123-
message: `workspace "${gistIdWorkspace}" already exist`,
123+
message: `workspace "${gistIdWorkspace}" already exists`,
124124
})
125125
return
126126
}

0 commit comments

Comments
 (0)