]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: punctuation mark: ":" -> "." (#2411)
authoraghArdeshir <ardeshirizadinl@gmail.com>
Sun, 17 Sep 2023 11:47:14 +0000 (13:47 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Sep 2023 11:47:14 +0000 (13:47 +0200)
packages/docs/core-concepts/outside-component-usage.md

index 2c4d26c744582353781593c4bf2316012eceadb4..7b5392d68d002df35593ab1b368c0a195b187812 100644 (file)
@@ -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.