Skip to content

Commit 75bc3d5

Browse files
g-planeaJean
authored andcommitted
chore: fix typo (vuejs#7781)
1 parent 7a0bb19 commit 75bc3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/vdom/vnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class VNode {
2626
ssrContext: Object | void;
2727
fnContext: Component | void; // real context vm for functional nodes
2828
fnOptions: ?ComponentOptions; // for SSR caching
29-
fnScopeId: ?string; // functioanl scope id support
29+
fnScopeId: ?string; // functional scope id support
3030

3131
constructor (
3232
tag?: string,

0 commit comments

Comments
 (0)