From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:57:32 +0000 (+1100) Subject: docs: remove redundant docs string (#2799) X-Git-Tag: @pinia/nuxt@0.6.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d238f7ca7e42f872335c78619c9cadd1e9378c4;p=thirdparty%2Fvuejs%2Fpinia.git docs: remove redundant docs string (#2799) --- diff --git a/packages/docs/ssr/nuxt.md b/packages/docs/ssr/nuxt.md index 12c5454e..51d44b90 100644 --- a/packages/docs/ssr/nuxt.md +++ b/packages/docs/ssr/nuxt.md @@ -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)