]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix comment typo
authorEvan You <yyx990803@gmail.com>
Mon, 1 Oct 2018 17:11:50 +0000 (13:11 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 1 Oct 2018 17:11:50 +0000 (13:11 -0400)
packages/core/src/vdom.ts

index c586dc4e3dc554dc63d8bd36949bc52103a8d209..5229b412f675a4dda780d788790d81dcb857d81f 100644 (file)
@@ -10,7 +10,7 @@ import { normalizeClass, normalizeStyle, handlersRE } from './utils'
 // Vue core is platform agnostic, so we are not using Element for "DOM" nodes.
 export interface RenderNode {
   vnode?: VNode | null
-  // technically this doesn't exist on platforn render nodes,
+  // technically this doesn't exist on platform render nodes,
   // but we list it here so that TS can figure out union types
   $f: false
 }