Skip to content

Commit 0a01200

Browse files
NiGhTTraXscottgonzalez
authored andcommitted
Tests: Fix grammar error in comment
Changed it's to its. Closes jquerygh-1164
1 parent a343d83 commit 0a01200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/testsuite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ window.closeEnough = function( actual, expected, maxDifference, message ) {
211211
/*
212212
* Experimental assertion for comparing DOM objects.
213213
*
214-
* Serializes an element and some properties and attributes and it's children if any, otherwise the text.
214+
* Serializes an element and some properties and attributes and its children if any, otherwise the text.
215215
* Then compares the result using deepEqual.
216216
*/
217217
window.domEqual = function( selector, modifier, message ) {

0 commit comments

Comments
 (0)