Skip to content

Commit

Permalink
Update files/ko/web/api/navigator/clipboard/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hochan222 authored Oct 27, 2024
1 parent 1b57300 commit 666eba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ko/web/api/navigator/clipboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ l10n:
navigator.clipboard
.readText()
.then(
(clipText) => (document.querySelector(".cliptext").innerText = clipText),
(clipText) => (document.querySelector(".clip-text").innerText = clipText),
);
```

Expand Down

0 comments on commit 666eba5

Please sign in to comment.