浏览代码

Correct spelling in documentation.

Stan Senotrusov 9 年之前
父节点
当前提交
36927664b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 %}