Skip to content

Commit

Permalink
refactor: fix typo in comment (#4494)
Browse files Browse the repository at this point in the history
  • Loading branch information
rburgst authored Sep 13, 2024
1 parent df67ca0 commit 8b33709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare global {
oldVNode?: VNode | undefined,
errorInfo?: ErrorInfo | undefined
): void;
/** Attach a hook that firs when hydration can't find a proper DOM-node to match with */
/** Attach a hook that fires when hydration can't find a proper DOM-node to match with */
_hydrationMismatch?(vnode: VNode, excessDomChildren: PreactElement[]): void;
}

Expand Down

0 comments on commit 8b33709

Please sign in to comment.