From ae6b4ab317d450674972fde6624a2c74b103b835 Mon Sep 17 00:00:00 2001 From: Chris Van Date: Sun, 23 Sep 2012 23:40:17 -0700 Subject: [PATCH] fix typo in docs `createSearhChoice` -> `createSearchChoice` --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2a2461ce..53597bb7 100755 --- a/index.html +++ b/index.html @@ -1140,7 +1140,7 @@ $("#tags").select2({ The default tokenizer will only be used if the tokenSeparators and createSearchChoice options are specified. The default tokenizer will split the string using any separator in tokenSeparators - and will create and select choice objects using createSearhChoice option. It will also + and will create and select choice objects using createSearchChoice option. It will also ignore duplicates, silently swallowing those tokens. tokenSeparatorsarray