Skip to content

Commit 3d0fa56

Browse files
authored
fix typo (#1637)
1 parent dcced41 commit 3d0fa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ const vnode = withDirectives(h('div'), [
641641
])
642642
```
643643

644-
If the directive is registered by name can cannot be imported directly, it can be resolved using the [`resolveDirective`](/api/render-function.html#resolvedirective) helper.
644+
If the directive is registered by name and cannot be imported directly, it can be resolved using the [`resolveDirective`](/api/render-function.html#resolvedirective) helper.
645645

646646
## Functional Components
647647

0 commit comments

Comments
 (0)