docs: fix confusing wording (#26301)

This commit is contained in:
Tanvir Rahman 2024-03-17 21:18:31 +06:00 committed by GitHub
parent cfd34ec234
commit 1ba33d5dc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ export const useMyComposable = () => {
```ts twoslash [composables/example.ts] ```ts twoslash [composables/example.ts]
export const useMyComposable = () => { export const useMyComposable = () => {
// Because your composable is called in the right place in the lifecycle, // Because your composable is called in the right place in the lifecycle,
// useRuntimeConfig will also work // useRuntimeConfig will work here
const config = useRuntimeConfig() const config = useRuntimeConfig()
// ... // ...