From 620870a1af5287d29c77ec6d5f973116b23793a7 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 28 Jun 2023 00:29:29 +0200 Subject: [PATCH] Docs: Fix typos found by codespell Closes gh-5165 --- src/manipulation/domManip.js | 2 +- test/unit/ajax.js | 2 +- test/unit/css.js | 6 +++--- test/unit/traversing.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/manipulation/domManip.js b/src/manipulation/domManip.js index f8dded566..65856a67d 100644 --- a/src/manipulation/domManip.js +++ b/src/manipulation/domManip.js @@ -75,7 +75,7 @@ function domManip( collection, args, callback, ignored ) { if ( hasScripts ) { doc = scripts[ scripts.length - 1 ].ownerDocument; - // Reenable scripts + // Re-enable scripts jQuery.map( scripts, restoreScript ); // Evaluate executable scripts on first document insertion diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 471ca0e23..99622c6ce 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -2711,7 +2711,7 @@ if ( typeof window.ArrayBuffer === "undefined" || typeof new XMLHttpRequest().re } ); QUnit.test( - "jQuery#load() - always use GET method even if it overrided through ajaxSetup (trac-11264)", + "jQuery#load() - always use GET method even if overridden through ajaxSetup (trac-11264)", function( assert ) { assert.expect( 1 ); var done = assert.async(); diff --git a/test/unit/css.js b/test/unit/css.js index e4a11175f..7ba147a5e 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -1409,13 +1409,13 @@ QUnit.testUnlessIE( "css('width') and css('height') should return fractional val "css('height') should return fractional values" ); } ); -QUnit.test( "certain css values of 'normal' should be convertable to a number, see trac-8627", function( assert ) { +QUnit.test( "certain css values of 'normal' should be convertible to a number, see trac-8627", function( assert ) { assert.expect( 3 ); var el = jQuery( "