Skip to content

Commit bdd3b70

Browse files
authored
Merge pull request #35 from AaronDewes/patch-1
Fix typo
2 parents e400782 + a9a3e8b commit bdd3b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/assets/lnme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class LnMe {
148148
this.target.querySelectorAll('.lnme-copy').forEach(element => {
149149
element.addEventListener('click', (e) => {
150150
navigator.clipboard.writeText(this.invoice.payment_request).then(() => {
151-
alert('Copied to clipboad');
151+
alert('Copied to clipboard');
152152
});
153153
});
154154
});

0 commit comments

Comments
 (0)