We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b3ac commit 91f7f14Copy full SHA for 91f7f14
sample/src/NimblePros.SampleToDo.Web/wwwroot/lib/jquery-validation/dist/jquery.validate.js
@@ -757,7 +757,7 @@ $.extend( $.validator, {
757
normalizer = this.settings.normalizer;
758
}
759
760
- // If normalizer is defined, then call it to retreive the changed value instead
+ // If normalizer is defined, then call it to retrieve the changed value instead
761
// of using the real one.
762
// Note that `this` in the normalizer is `element`.
763
if ( normalizer ) {
@@ -1598,4 +1598,4 @@ if ( $.ajaxPrefilter ) {
1598
};
1599
1600
return $;
1601
-}));
+}));
0 commit comments