Skip to content

Commit

Permalink
parameter type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcselle committed Jan 9, 2025
1 parent cbdfc0b commit 3e14078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils.jsx/src/JsxObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class JsxObserver extends LifeCycle {
}

/**
* @param {HMTLElement|Comment|HTMLTemplateElement} parentNode
* @param {HTMLElement|Comment|HTMLTemplateElement} parentNode
*/
getParentTarget (parentNode) {
if ('content' in parentNode) { return parentNode.content }
Expand Down

0 comments on commit 3e14078

Please sign in to comment.