Explorar el Código

Fix minor spelling error in events page

Jimmie Lin hace 7 años
padre
commit
26c8b9fa07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {