Skip to content

Commit

Permalink
chore(typo): fix typo (vuejs#9085)
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum authored and yyx990803 committed Dec 1, 2018
1 parent 05e8bcf commit f43ae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface ComponentOptions<

el?: Element | string;
template?: string;
// hack is for funcitonal component type inference, should not used in user code
// hack is for functional component type inference, should not be used in user code
render?(createElement: CreateElement, hack: RenderContext<Props>): VNode;
renderError?(createElement: CreateElement, err: Error): VNode;
staticRenderFns?: ((createElement: CreateElement) => VNode)[];
Expand Down

0 comments on commit f43ae6d

Please sign in to comment.