Skip to content

Commit

Permalink
docs: fix confusing wording (#26301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir-rahman committed Mar 17, 2024
1 parent cfd34ec commit 1ba33d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/1.concepts/1.auto-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()

// ...
Expand Down

0 comments on commit 1ba33d5

Please sign in to comment.