1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Merge pull request #441 from cvan/patch-1

fix typo in docs
This commit is contained in:
Igor Vaynberg 2012-09-24 08:57:42 -07:00
commit e6dedfa728

View File

@ -1140,7 +1140,7 @@ $("#tags").select2({
The default tokenizer will only be used if the <code>tokenSeparators</code> and <code>createSearchChoice</code>
options are specified. The default tokenizer will split the string using any separator in <code>tokenSeparators</code>
and will create and select choice objects using <code>createSearhChoice</code> option. It will also
and will create and select choice objects using <code>createSearchChoice</code> option. It will also
ignore duplicates, silently swallowing those tokens.
</td></tr>
<tr id="doc-tokenSeparators"><td>tokenSeparators</td><td>array</td><td>