diff options
author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-06-28 00:29:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 00:29:29 +0200 |
commit | 620870a1af5287d29c77ec6d5f973116b23793a7 (patch) | |
tree | 6df0127f1aa954c76841eb6103e15d2f814e99bc /src/manipulation/domManip.js | |
parent | 5701957b7223659c52a43f8c2c5465fdf2803df4 (diff) | |
download | jquery-620870a1af5287d29c77ec6d5f973116b23793a7.tar.gz jquery-620870a1af5287d29c77ec6d5f973116b23793a7.zip |
Docs: Fix typos found by codespell
Closes gh-5165
Diffstat (limited to 'src/manipulation/domManip.js')
-rw-r--r-- | src/manipulation/domManip.js | 2 |
1 files changed, 1 insertions, 1 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 |