Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix simple typo, atteched -> attached #2345

Merged
merged 1 commit into from Sep 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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