From 2d45376bb8dc3f7a07c633a7be4d38af3a56501b Mon Sep 17 00:00:00 2001 From: Edge-Seven <143301646+Edge-Seven@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:13:06 +0700 Subject: [PATCH] fix: typo (#2632) --- src/core/util/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/util/dom.js b/src/core/util/dom.js index 6d60eaf1..3bd794ee 100644 --- a/src/core/util/dom.js +++ b/src/core/util/dom.js @@ -22,7 +22,7 @@ export function getNode(el, noCache = false) { /** * - * @param {*} el the targt element or the selector + * @param {*} el the target element or the selector * @param {*} content the content to be rendered as HTML * @param {*} replace To replace the content (true) or insert instead (false) , default is false */