From 3d238f7ca7e42f872335c78619c9cadd1e9378c4 Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:57:32 +1100 Subject: [PATCH] docs: remove redundant docs string (#2799) --- packages/docs/ssr/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3