From c0dadf44a13ee0764393f7bb84697375cedb4e42 Mon Sep 17 00:00:00 2001 From: Tyler Pearson Date: Thu, 19 Mar 2015 20:58:57 -0700 Subject: [PATCH] Fix misspelling --- docs/examples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.html b/docs/examples.html index 00415b5c..804d6fa6 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -515,7 +515,7 @@ $(".js-example-basic-multiple-limit").select2({

Hiding the search box

- 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 Infinity to tell Select2 to never display the search box.