Julian Rüth преди 7 години
родител
ревизия
f43ae6d151
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      types/options.d.ts

+ 1 - 1
types/options.d.ts

@@ -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)[];