Skip to content

Commit 18a453e

Browse files
committed
s/incluidng/including
1 parent f2268ca commit 18a453e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_includes/options/selections/placeholder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3>
5555
</h3>
5656

5757
<p>
58-
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.
58+
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.
5959
</p>
6060

6161
{% highlight js linenos %}
@@ -81,4 +81,4 @@ <h3>
8181
<p>
8282
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.
8383
</p>
84-
</section>
84+
</section>

0 commit comments

Comments
 (0)