mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +01:00
Fix typos
This commit is contained in:
committed by
Jörn Zaefferer
parent
8fc08ed16c
commit
4a51e71c6f
@@ -85,7 +85,7 @@ test("rules(), merge min/max to range, minlength/maxlength to rangelength", func
|
||||
jQuery.validator.autoCreateRanges = false;
|
||||
});
|
||||
|
||||
test("rules(), gurantee that required is at front", function() {
|
||||
test("rules(), guarantee that required is at front", function() {
|
||||
$("#testForm1").validate();
|
||||
var v = $("#v2").validate();
|
||||
$("#subformRequired").validate();
|
||||
|
||||
Reference in New Issue
Block a user