diff --git a/src/guide/extras/render-function.md b/src/guide/extras/render-function.md index fc7331cc79..1039ae8df4 100644 --- a/src/guide/extras/render-function.md +++ b/src/guide/extras/render-function.md @@ -641,7 +641,7 @@ const vnode = withDirectives(h('div'), [ ]) ``` -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. +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. ## Functional Components