Fix typos

This commit is contained in:
jzaefferer
2013-03-07 16:54:12 +04:00
committed by Jörn Zaefferer
parent 8fc08ed16c
commit 4a51e71c6f
12 changed files with 32 additions and 32 deletions

View File

@@ -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();