Merge pull request #86 from whitj00/patch-1

replace 'an user' with 'a user'
This commit is contained in:
Zeno Rocha 2015-10-10 08:59:47 -07:00
commit 5e43e84d91

View File

@ -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) {