Skip to content

Commit ea77e4d

Browse files
authored
docs: fix anchor case (#2845)
1 parent e15ae89 commit ea77e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pinia.use(({ store }) => {
209209

210210
## Calling `$subscribe` inside plugins
211211

212-
You can use [store.$subscribe](./state.md#subscribing-to-the-state) and [store.$onAction](./actions.md#subscribing-to-actions) inside plugins too:
212+
You can use [store.$subscribe](./state.md#Subscribing-to-the-state) and [store.$onAction](./actions.md#Subscribing-to-actions) inside plugins too:
213213

214214
```ts
215215
pinia.use(({ store }) => {

0 commit comments

Comments
 (0)