Skip to content

Commit ff15882

Browse files
authored
Fix typo
1 parent c693192 commit ff15882

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,4 +76,4 @@ Data change events:
7676
|---------|----------|-------------|
7777
| `change`| A value was changed. | For text inputs triggers on focus loss. |
7878
| `input` | For text inputs on every change. | Triggers immediately unlike `change`. |
79-
| `cut/copy/paste` | Cut/copy/paste actions. | The action can be prevented. The `event.clipbordData` property gives read/write access to the clipboard. |
79+
| `cut/copy/paste` | Cut/copy/paste actions. | The action can be prevented. The `event.clipboardData` property gives read/write access to the clipboard. |

0 commit comments

Comments
 (0)