Skip to content

Commit f43ae6d

Browse files
saraedumyyx990803
authored andcommitted
chore(typo): fix typo (#9085)
1 parent 05e8bcf commit f43ae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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?(createElement: CreateElement, err: Error): VNode;
7474
staticRenderFns?: ((createElement: CreateElement) => VNode)[];

0 commit comments

Comments
 (0)