From: Idorenyin Udoh Date: Thu, 2 Nov 2023 16:15:18 +0000 (+0100) Subject: docs: fix typo in nuxt.md (#2475) X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~94 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bac32804d97a6cd9d2bdd0a6776e66a4c3ecc4c2;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix typo in nuxt.md (#2475) --- diff --git a/packages/docs/ssr/nuxt.md b/packages/docs/ssr/nuxt.md index b977344b..c53d28fb 100644 --- a/packages/docs/ssr/nuxt.md +++ b/packages/docs/ssr/nuxt.md @@ -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