Fix minor spelling error in events page
This commit is contained in:
parent
61ba192a3a
commit
26c8b9fa07
@ -36,7 +36,7 @@ $('#mySelect2').on('select2:select', function (e) {
|
|||||||
|
|
||||||
## Event data
|
## 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) {
|
$('#mySelect2').on('select2:select', function (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user