diff --git a/docs/2.guide/1.concepts/1.auto-imports.md b/docs/2.guide/1.concepts/1.auto-imports.md index b26265d3c6..0fd8a3b63f 100644 --- a/docs/2.guide/1.concepts/1.auto-imports.md +++ b/docs/2.guide/1.concepts/1.auto-imports.md @@ -84,7 +84,7 @@ export const useMyComposable = () => { ```ts twoslash [composables/example.ts] export const useMyComposable = () => { // Because your composable is called in the right place in the lifecycle, - // useRuntimeConfig will also work + // useRuntimeConfig will work here const config = useRuntimeConfig() // ...