]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix typo in nuxt.md (#2475)
authorIdorenyin Udoh <idorenyinudoh10@outlook.com>
Thu, 2 Nov 2023 16:15:18 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 16:15:18 +0000 (17:15 +0100)
packages/docs/ssr/nuxt.md

index b977344b1872dc44ef0c3362780aa8edf792e897..c53d28fb4a2d2e32ae1d089c049332533deda6d8 100644 (file)
@@ -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