From 36927664b3e75781d4384ac843c24510d78bf17d Mon Sep 17 00:00:00 2001 From: Stan Senotrusov Date: Mon, 2 May 2016 15:30:46 +0200 Subject: [PATCH] Correct spelling in documentation. --- docs/_includes/options/data/selection-access.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}