Browse Source

Fix minor spelling error in events page

Jimmie Lin 7 năm trước cách đây
mục cha
commit
26c8b9fa07
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/12.programmatic-control/04.events/docs.md

+ 1 - 1
pages/12.programmatic-control/04.events/docs.md

@@ -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) {