cliboard -> clipboard

pull/719/head
Zef Hemel 2024-02-23 13:54:51 +01:00
parent fe20411984
commit 7e82a1b278
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class CodeCopyWidget extends WidgetType {
);
})
.then(() => {
this.client.flashNotification("Copied to cliboard", "info");
this.client.flashNotification("Copied to clipboard", "info");
});
};