docs: update hash link to correct heading (#30543)

This commit is contained in:
Guspan Tanadi 2025-01-12 18:17:34 +07:00 committed by Daniel Roe
parent 608830e130
commit 8fc203fb51
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -71,7 +71,7 @@ export const useFoo = () => {
### Access plugin injections
You can access [plugin injections](/docs/guide/directory-structure/plugins#automatically-providing-helpers) from composables:
You can access [plugin injections](/docs/guide/directory-structure/plugins#providing-helpers) from composables:
```js [composables/test.ts]
export const useHello = () => {