Merge pull request #352 from baooab/patch-1

Fix typo
This commit is contained in:
Ilya Kantor 2018-02-03 15:55:57 +03:00 committed by GitHub
commit 2a3182ad94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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