Skip to content

Commit de6d90c

Browse files
committed
fix typo. fixes select2#1310
1 parent 3b5b84f commit de6d90c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
Copyright 2012 Igor Vaynberg
33
44
Version: @@ver@@ Timestamp: @@timestamp@@
@@ -1702,7 +1702,7 @@ the specific language governing permissions and limitations under the Apache Lic
17021702
"<input class='select2-focusser select2-offscreen' type='text'/>",
17031703
"<div class='select2-drop select2-display-none'>" ,
17041704
" <div class='select2-search'>" ,
1705-
" <input type='text' autocomplete='off' autocorrect='off' autocapitilize='off' spellcheck='false' class='select2-input'/>" ,
1705+
" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'/>" ,
17061706
" </div>" ,
17071707
" <ul class='select2-results'>" ,
17081708
" </ul>" ,

0 commit comments

Comments
 (0)