Skip to content

Commit ebaaae0

Browse files
committed
chore(typo): fix typo
1 parent 3d220a6 commit ebaaae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: types/options.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface ComponentOptions<
6868

6969
el?: Element | string;
7070
template?: string;
71-
// hack is for funcitonal component type inference, should not used in user code
71+
// hack is for functional component type inference, should not be used in user code
7272
render?(createElement: CreateElement, hack: RenderContext<Props>): VNode;
7373
renderError?: (h: () => VNode, err: Error) => VNode;
7474
staticRenderFns?: ((createElement: CreateElement) => VNode)[];

0 commit comments

Comments
 (0)