Przeglądaj źródła

Correct spelling in documentation.

Stan Senotrusov 9 lat temu
rodzic
commit
36927664b3

+ 1 - 1
docs/_includes/options/data/selection-access.html

@@ -38,7 +38,7 @@ $('select').find(':selected').attr('data-custom-attribute')
 {% endhighlight %}
 
   <p>
-    In addition, properties/values from source data objects can ba accessed from within event handler:
+    In addition, properties/values from source data objects can ba accessed from within an event handler:
   </p>
 
 {% highlight js linenos %}