1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Merge pull request #4222 from cheeaun/patch-1

s/incluidng/including
This commit is contained in:
Kevin Brown 2016-03-01 09:54:50 -05:00
commit 4901e221c9

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 %}
@ -81,4 +81,4 @@ $('select').select2({
<p>
Select2 uses the native <code>placeholder</code> attribute on input boxes for the multiple select, and that attribute is not supported in older versions of Internet Explorer. You need to include <a href="https://github.com/jamesallardice/Placeholders.js">Placeholders.js</a> on your page, or use the full build, in order to add <code>placeholder</code> attribute support to input boxes.
</p>
</section>
</section>