We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15ae89 commit ea77e4dCopy full SHA for ea77e4d
packages/docs/core-concepts/plugins.md
@@ -209,7 +209,7 @@ pinia.use(({ store }) => {
209
210
## Calling `$subscribe` inside plugins
211
212
-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:
213
214
```ts
215
pinia.use(({ store }) => {
0 commit comments