aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2023-04-15 11:45:54 +0200
committeralbert-github <albert.tests@gmail.com>2023-04-15 11:45:54 +0200
commita5268a8aab187a4d98190833923f0a80610007f8 (patch)
tree2ea83d5d5bed92ae90b518f1ca539a9f9e049716 /src/utils
parent770ca58d58bcb48a52367e9a340ab06c0053f1d5 (diff)
downloadsvg.js-a5268a8aab187a4d98190833923f0a80610007f8.tar.gz
svg.js-a5268a8aab187a4d98190833923f0a80610007f8.zip
Spelling corrections
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/adopter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/adopter.js b/src/utils/adopter.js
index 487115c..7e1c85e 100644
--- a/src/utils/adopter.js
+++ b/src/utils/adopter.js
@@ -36,7 +36,7 @@ export function makeInstance (element, isHTML = false) {
// that the first char is < and thus an element
element = adopter(wrapper.firstChild)
- // make sure, that element doesnt have its wrapper attached
+ // make sure, that element doesn't have its wrapper attached
wrapper.removeChild(wrapper.firstChild)
return element
}