File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
LLama.Web/wwwroot/lib/jquery-validation/dist Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ $.extend( $.validator, {
757757 normalizer = this . settings . normalizer ;
758758 }
759759
760- // If normalizer is defined, then call it to retreive the changed value instead
760+ // If normalizer is defined, then call it to retrieve the changed value instead
761761 // of using the real one.
762762 // Note that `this` in the normalizer is `element`.
763763 if ( normalizer ) {
@@ -1182,7 +1182,7 @@ $.extend( $.validator, {
11821182
11831183 normalizeAttributeRule : function ( rules , type , method , value ) {
11841184
1185- // Convert the value to a number for number inputs, and for text for backwards compability
1185+ // Convert the value to a number for number inputs, and for text for backwards compatibility
11861186 // allows type="date" and others to be compared as strings
11871187 if ( / m i n | m a x | s t e p / . test ( method ) && ( type === null || / n u m b e r | r a n g e | t e x t / . test ( type ) ) ) {
11881188 value = Number ( value ) ;
@@ -1598,4 +1598,4 @@ if ( $.ajaxPrefilter ) {
15981598 } ;
15991599}
16001600return $ ;
1601- } ) ) ;
1601+ } ) ) ;
You can’t perform that action at this time.
0 commit comments