diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/adopter.js | 2 |
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 } |