Skip to content

Commit d3ae613

Browse files
authored
Merge pull request #2683 from RainbowDashy/patch-1
Fix typo
2 parents bc08fd1 + 05a97a0 commit d3ae613

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/4-forms-controls/3-events-change-input

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/3-events-change-input/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For instance, the code below prevents all such events and shows what we are tryi
7676

7777
Please note, that it's possible to copy/paste not just text, but everything. For instance, we can copy a file in the OS file manager, and paste it.
7878

79-
That's because `clipboardData` implements `DataTransfer` interface, commonly used for drag'n'drop and copy/pasting. It's bit beyound our scope now, but you can find its methods [in the specification](https://html.spec.whatwg.org/multipage/dnd.html#the-datatransfer-interface).
79+
That's because `clipboardData` implements `DataTransfer` interface, commonly used for drag'n'drop and copy/pasting. It's bit beyond our scope now, but you can find its methods [in the specification](https://html.spec.whatwg.org/multipage/dnd.html#the-datatransfer-interface).
8080

8181
```warn header="ClipboardAPI: user safety restrictions"
8282
The clipboard is a "global" OS-level thing. So most browsers allow read/write access to the clipboard only in the scope of certain user actions for the safety, e.g. in `onclick` event handlers.

0 commit comments

Comments
 (0)