]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typos
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 20 Oct 2023 09:19:53 +0000 (11:19 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 20 Oct 2023 09:19:53 +0000 (11:19 +0200)
packages/docs/ssr/nuxt.md
packages/nuxt/CHANGELOG.md

index d80ed4fcc364761fc4cae3773118274496d13c14..b977344b1872dc44ef0c3362780aa8edf792e897 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 `storeDirs` option:
+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:
 
 ```ts
 // nuxt.config.ts
index b2763f820b47bffe3895c4368c78f8168567e789..5b42f835d8b6a10b53c383561ae6f04d4c01c162 100644 (file)
@@ -2,7 +2,7 @@
 
 ### Bug Fixes
 
-- **nuxt:** use srcDir by default for storeDirs ([dd90708](https://github.com/vuejs/pinia/commit/dd907089a688742d609bfd24c182cb7b6d6df375)), closes [#2447](https://github.com/vuejs/pinia/issues/2447)
+- **nuxt:** use srcDir by default for storesDirs ([dd90708](https://github.com/vuejs/pinia/commit/dd907089a688742d609bfd24c182cb7b6d6df375)), closes [#2447](https://github.com/vuejs/pinia/issues/2447)
 
 ### Features
 
@@ -12,7 +12,7 @@
 
 ### Features
 
-- **imports:** add storeDirs auto import ([70a95ba](https://github.com/vuejs/pinia/commit/70a95ba9b1d6a55aeea72088dfedd478aa4db766)), closes [#1604](https://github.com/vuejs/pinia/issues/1604)
+- **imports:** add storesDirs auto import ([70a95ba](https://github.com/vuejs/pinia/commit/70a95ba9b1d6a55aeea72088dfedd478aa4db766)), closes [#1604](https://github.com/vuejs/pinia/issues/1604)
 
 ### BREAKING CHANGES