Skip to content

Commit 04d7400

Browse files
authored
Fix syntax error / typo in JS code snippet (#1343)
1 parent 23da10d commit 04d7400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/guide/v11/upgrade-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ options.vnode = (vnode) => {
121121
delete vnode.props.ref;
122122
}
123123

124-
if oldVNode) oldVNode(vnode);
124+
if (oldVNode) oldVNode(vnode);
125125
}
126126
```
127127

0 commit comments

Comments
 (0)