1
0
mirror of synced 2024-11-25 14:26:03 +03:00

Merge pull request #3178 from tylerpearson/master

Fix misspelling
This commit is contained in:
Kevin Brown 2015-03-20 09:16:35 -04:00
commit 9318980651

View File

@ -515,7 +515,7 @@ $(".js-example-basic-multiple-limit").select2({
<h1>Hiding the search box</h1> <h1>Hiding the search box</h1>
<p> <p>
Select2 allows you to hide the search box depending on the numbeer of Select2 allows you to hide the search box depending on the number of
options which are displayed. In this example, we use the value options which are displayed. In this example, we use the value
<code>Infinity</code> to tell Select2 to never display the search box. <code>Infinity</code> to tell Select2 to never display the search box.
</p> </p>