diff --git a/docs/_includes/options/data/selection-access.html b/docs/_includes/options/data/selection-access.html index 2fd3d6b8..7c8d01c2 100644 --- a/docs/_includes/options/data/selection-access.html +++ b/docs/_includes/options/data/selection-access.html @@ -38,7 +38,7 @@ $('select').find(':selected').attr('data-custom-attribute') {% endhighlight %}
- 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:
{% highlight js linenos %}