Skip to content

Commit

Permalink
docs: Fix simple typo, atteched -> attached (#2345)
Browse files Browse the repository at this point in the history
There is a small typo in test/test.js.

Should read `attached` rather than `atteched`.
  • Loading branch information
timgates42 committed Sep 5, 2020
1 parent 8319330 commit b9c793c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.js
Expand Up @@ -202,7 +202,7 @@ QUnit.test( "valid() should ignore elements that belong to other/nested forms",
assert.ok( false, "Shouldn't throw an error" );
}

// Remove the validator atteched to testForm28
// Remove the validator attached to testForm28
form.removeData( "validator" );
$( "#testForm28-nested" ).remove();

Expand Down Expand Up @@ -246,7 +246,7 @@ QUnit.test( "form() should ignore elements that belong to other/nested forms", f
assert.ok( false, "Shouldn't throw an error" );
}

// Remove the validator atteched to testForm28
// Remove the validator attached to testForm28
form.removeData( "validator" );
$( "#testForm28-nested" ).remove();

Expand Down Expand Up @@ -287,7 +287,7 @@ QUnit.test( "elements() should ignore elements that belong to other/nested forms
assert.ok( false, "Shouldn't throw an error" );
}

// Remove the validator atteched to testForm28
// Remove the validator attached to testForm28
form.removeData( "validator" );
$( "#testForm28-nested" ).remove();

Expand Down

0 comments on commit b9c793c

Please sign in to comment.