From: aghArdeshir Date: Sun, 17 Sep 2023 11:47:14 +0000 (+0200) Subject: docs: punctuation mark: ":" -> "." (#2411) X-Git-Tag: @pinia/nuxt@0.5.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa38fd9dc55466287b0450034b3717e12ce9f095;p=thirdparty%2Fvuejs%2Fpinia.git docs: punctuation mark: ":" -> "." (#2411) --- diff --git a/packages/docs/core-concepts/outside-component-usage.md b/packages/docs/core-concepts/outside-component-usage.md index 2c4d26c7..7b5392d6 100644 --- a/packages/docs/core-concepts/outside-component-usage.md +++ b/packages/docs/core-concepts/outside-component-usage.md @@ -57,4 +57,4 @@ router.beforeEach((to) => { When dealing with Server Side Rendering, you will have to pass the `pinia` instance to `useStore()`. This prevents pinia from sharing global state between different application instances. -There is a whole section dedicated to it in the [SSR guide](/ssr/index.md), this is just a short explanation: +There is a whole section dedicated to it in the [SSR guide](/ssr/index.md), this is just a short explanation.