Skip to content

Commit

Permalink
docs: fix typo in nuxt.md (#2475)
Browse files Browse the repository at this point in the history
  • Loading branch information
idorenyinudoh authored Nov 2, 2023
1 parent b87a38d commit bac3280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/ssr/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ By default `@pinia/nuxt` exposes a few auto imports:
- `storeToRefs()` when you need to extract individual refs from a store
- `acceptHMRUpdate()` for [hot module replacement](../cookbook/hot-module-replacement.md)

It also automatically imports **all stores** defined withing your `stores` folder. It doesn't lookup for nested stores though. You can customize this behavior by setting the `storesDirs` option:
It also automatically imports **all stores** defined within your `stores` folder. It doesn't lookup for nested stores though. You can customize this behavior by setting the `storesDirs` option:

```ts
// nuxt.config.ts
Expand Down

0 comments on commit bac3280

Please sign in to comment.