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 ed81e7d commit cba2cc6Copy full SHA for cba2cc6
lib/web/jquery/jquery.validate.js
@@ -787,7 +787,7 @@
787
normalizer = this.settings.normalizer;
788
}
789
790
- // If normalizer is defined, then call it to retreive the changed value instead
+ // If normalizer is defined, then call it to the changed value instead
791
// of using the real one.
792
// Note that `this` in the normalizer is `element`.
793
if ( normalizer ) {
0 commit comments