]> source.dussan.org Git - jquery.git/commitdiff
Tests: minor typos
authorAndreas Solleder <asol@num42.de>
Fri, 19 May 2017 20:28:54 +0000 (22:28 +0200)
committerTimmy Willison <4timmywil@gmail.com>
Mon, 5 Jun 2017 15:46:43 +0000 (11:46 -0400)
Close gh-3671

test/unit/core.js
test/unit/manipulation.js

index c717711dafb64c97bd4c7c74fb0765c39f598330..66a18268ce12d6088a1d5d0d2451b0d159b75ab2 100644 (file)
@@ -813,7 +813,7 @@ QUnit.test( "end()", function( assert ) {
 
        var x = jQuery( "#yahoo" );
        x.parent();
-       assert.equal( "Yahoo", jQuery( "#yahoo" ).text(), "check for non-destructive behaviour" );
+       assert.equal( "Yahoo", jQuery( "#yahoo" ).text(), "check for non-destructive behavior" );
 } );
 
 QUnit.test( "length", function( assert ) {
index 5959d32bdae888c7c97013e68a7e63968c6eb05a..4ad65ccb735e15129f572c88fe48f304b8b2d9c9 100644 (file)
@@ -2279,7 +2279,7 @@ QUnit.test( "Cloned, detached HTML5 elems (#10667,10670)", function( assert ) {
        // First clone
        $clone = $section.clone();
 
-       // This branch tests a known behaviour in modern browsers that should never fail.
+       // This branch tests a known behavior in modern browsers that should never fail.
        // Included for expected test count symmetry (expecting 1)
        assert.equal( $clone[ 0 ].nodeName, "SECTION", "detached clone nodeName matches 'SECTION'" );