Skip to content

Commit 91f7f14

Browse files
eltociearardalis
andauthored
chore: update jquery.validate.js (ardalis#788)
retreive -> retrieve Co-authored-by: Steve Smith <[email protected]>
1 parent 872b3ac commit 91f7f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/src/NimblePros.SampleToDo.Web/wwwroot/lib/jquery-validation/dist/jquery.validate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ) {
@@ -1598,4 +1598,4 @@ if ( $.ajaxPrefilter ) {
15981598
};
15991599
}
16001600
return $;
1601-
}));
1601+
}));

0 commit comments

Comments
 (0)