From: Eduardo San Martin Morote Date: Fri, 20 Oct 2023 09:19:53 +0000 (+0200) Subject: docs: typos X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8fe91fcd3ce2c13ccf5b132ba6304f7e579312c;p=thirdparty%2Fvuejs%2Fpinia.git docs: typos --- diff --git a/packages/docs/ssr/nuxt.md b/packages/docs/ssr/nuxt.md index d80ed4fc..b977344b 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 `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 diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index b2763f82..5b42f835 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -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