This commit is contained in:
Edge-Seven 2025-11-18 14:13:06 +07:00 committed by GitHub
parent a8d144de00
commit 2d45376bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
*/