From fa38fd9dc55466287b0450034b3717e12ce9f095 Mon Sep 17 00:00:00 2001 From: aghArdeshir Date: Sun, 17 Sep 2023 13:47:14 +0200 Subject: [PATCH] docs: punctuation mark: ":" -> "." (#2411) --- packages/docs/core-concepts/outside-component-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3