1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Correct spelling in documentation.

This commit is contained in:
Stan Senotrusov 2016-05-02 15:30:46 +02:00 committed by James Pic
parent bae34d4f8a
commit 36927664b3

View File

@ -38,7 +38,7 @@ $('select').find(':selected').attr('data-custom-attribute')
{% endhighlight %} {% endhighlight %}
<p> <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> </p>
{% highlight js linenos %} {% highlight js linenos %}