replace 'an user' with 'a user'

This commit is contained in:
Whit Jackson
2015-10-09 17:17:37 -07:00
parent b3ad81570e
commit 6ca2ba514c

View File

@@ -69,7 +69,7 @@ class ClipboardAction {
/** /**
* Only removes the fake element after another click event, that way * 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() { removeFake() {
if (this.fakeHandler) { if (this.fakeHandler) {