We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5b84f commit de6d90cCopy full SHA for de6d90c
1 file changed
select2.js
@@ -1,4 +1,4 @@
1
-/*
+/*
2
Copyright 2012 Igor Vaynberg
3
4
Version: @@ver@@ Timestamp: @@timestamp@@
@@ -1702,7 +1702,7 @@ the specific language governing permissions and limitations under the Apache Lic
1702
"<input class='select2-focusser select2-offscreen' type='text'/>",
1703
"<div class='select2-drop select2-display-none'>" ,
1704
" <div class='select2-search'>" ,
1705
- " <input type='text' autocomplete='off' autocorrect='off' autocapitilize='off' spellcheck='false' class='select2-input'/>" ,
+ " <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'/>" ,
1706
" </div>" ,
1707
" <ul class='select2-results'>" ,
1708
" </ul>" ,
0 commit comments