diff --git a/web/cm_plugins/code_copy.ts b/web/cm_plugins/code_copy.ts index efc85831..218c4403 100644 --- a/web/cm_plugins/code_copy.ts +++ b/web/cm_plugins/code_copy.ts @@ -46,7 +46,7 @@ class CodeCopyWidget extends WidgetType { ); }) .then(() => { - this.client.flashNotification("Copied to cliboard", "info"); + this.client.flashNotification("Copied to clipboard", "info"); }); };