Skip to content

Commit

Permalink
docs: fix anchor case (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
halivert authored Nov 28, 2024
1 parent e15ae89 commit ea77e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/core-concepts/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pinia.use(({ store }) => {

## Calling `$subscribe` inside plugins

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

```ts
pinia.use(({ store }) => {
Expand Down

0 comments on commit ea77e4d

Please sign in to comment.