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.