Skip to content

Commit

Permalink
docs: remove redundant docs string (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
HigherOrderLogic authored Oct 17, 2024
1 parent 05590b2 commit 3d238f7
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 @@ -80,7 +80,7 @@ export default {

By default `@pinia/nuxt` exposes a few auto imports:

- `usePinia()`, which is similar to `getActivePinia()` but works better with Nuxt. You can add auto imports to make your life easier:
- `usePinia()`, which is similar to `getActivePinia()` but works better with Nuxt.
- `defineStore()` to define stores
- `storeToRefs()` when you need to extract individual refs from a store
- `acceptHMRUpdate()` for [hot module replacement](../cookbook/hot-module-replacement.md)
Expand Down

0 comments on commit 3d238f7

Please sign in to comment.