aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
diff options
context:
space:
mode:
authorAndreas Solleder <asol@num42.de>2017-05-19 22:28:54 +0200
committerTimmy Willison <4timmywil@gmail.com>2017-06-05 11:46:43 -0400
commit5bdd1ca1ab6469c5ec9ed7ba8b669b4cacc281d9 (patch)
tree8d60e65745558873f9a52ba87e063f61e5acb8ec /test/unit/manipulation.js
parentbef46a2aeb959093de47fa6bf435ecb91402ed97 (diff)
downloadjquery-5bdd1ca1ab6469c5ec9ed7ba8b669b4cacc281d9.tar.gz
jquery-5bdd1ca1ab6469c5ec9ed7ba8b669b4cacc281d9.zip
Tests: minor typos
Close gh-3671
Diffstat (limited to 'test/unit/manipulation.js')
-rw-r--r--test/unit/manipulation.js2
1 files changed, 1 insertions, 1 deletions
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'" );