From: Andreas Solleder Date: Fri, 19 May 2017 20:28:54 +0000 (+0200) Subject: Tests: minor typos X-Git-Tag: 3.3.0~71 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5bdd1ca1ab6469c5ec9ed7ba8b669b4cacc281d9;p=jquery.git Tests: minor typos Close gh-3671 --- diff --git a/test/unit/core.js b/test/unit/core.js index c717711da..66a18268c 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -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 ) { diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 5959d32bd..4ad65ccb7 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -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'" );