diff --git a/src/internal.d.ts b/src/internal.d.ts index b1f317fa49..9c588ce6a0 100644 --- a/src/internal.d.ts +++ b/src/internal.d.ts @@ -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; }