Explorar o código

Correct spelling in documentation.

Stan Senotrusov %!s(int64=9) %!d(string=hai) anos
pai
achega
36927664b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/_includes/options/data/selection-access.html

+ 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 %}