1
0
mirror of synced 2025-02-10 09:09:24 +03:00

s/incluidng/including

This commit is contained in:
Lim Chee Aun 2016-03-01 17:16:03 +08:00
parent f2268caf23
commit 18a453ed9e

View File

@ -55,7 +55,7 @@ $('select').select2({
</h3>
<p>
When using Select2 <strong>when only a single selection can be made</strong>, the placeholder option will be passed through the standard templating methods, incluidng the <code>templateSelection</code> option, so you are able to change how it is displayed.
When using Select2 <strong>when only a single selection can be made</strong>, the placeholder option will be passed through the standard templating methods, including the <code>templateSelection</code> option, so you are able to change how it is displayed.
</p>
{% highlight js linenos %}