Skip to content

Commit a31ce39

Browse files
saraedumhefeng
authored and
hefeng
committed
chore(typo): fix typo (vuejs#9085)
1 parent c35f88e commit a31ce39

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

0 commit comments

Comments
 (0)