From a5268a8aab187a4d98190833923f0a80610007f8 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 15 Apr 2023 11:45:54 +0200 Subject: Spelling corrections --- src/utils/adopter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/adopter.js') 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 } -- cgit v1.2.3