Skip to content

Commit 3d238f7

Browse files
docs: remove redundant docs string (#2799)
1 parent 05590b2 commit 3d238f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/ssr/nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default {
8080

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

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

0 commit comments

Comments
 (0)