1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Fix minor spelling error in events page

This commit is contained in:
Jimmie Lin 2017-12-14 18:39:54 +08:00 committed by GitHub
parent 61ba192a3a
commit 26c8b9fa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ $('#mySelect2').on('select2:select', function (e) {
## Event data
When `select2:select` is triggered, data from the selection can ba accessed via the `params.data` property:
When `select2:select` is triggered, data from the selection can be accessed via the `params.data` property:
```
$('#mySelect2').on('select2:select', function (e) {