diff --git a/src/clipboard-action.js b/src/clipboard-action.js index f2bcba3..edd7bb0 100644 --- a/src/clipboard-action.js +++ b/src/clipboard-action.js @@ -69,7 +69,7 @@ class ClipboardAction { /** * Only removes the fake element after another click event, that way - * an user can hit `Ctrl+C` to copy because selection still exists. + * a user can hit `Ctrl+C` to copy because selection still exists. */ removeFake() { if (this.fakeHandler) {