diff --git a/src/api/render-function.md b/src/api/render-function.md index 4798cd910d..5c53a789ff 100644 --- a/src/api/render-function.md +++ b/src/api/render-function.md @@ -242,7 +242,7 @@ For manually resolving a registered directive by name. - **Details** - **Note: you do not need this if you can import the component directly.** + **Note: you do not need this if you can import the directive directly.** `resolveDirective()` must be called inside either `setup()` or the render function in order to resolve from the correct component context.