Skip to content

Commit 2d45376

Browse files
author
Edge-Seven
authored
fix: typo (#2632)
1 parent a8d144d commit 2d45376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function getNode(el, noCache = false) {
2222

2323
/**
2424
*
25-
* @param {*} el the targt element or the selector
25+
* @param {*} el the target element or the selector
2626
* @param {*} content the content to be rendered as HTML
2727
* @param {*} replace To replace the content (true) or insert instead (false) , default is false
2828
*/

0 commit comments

Comments
 (0)