]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix typo (#940)
authorTycho Polet <tycho@23g.nl>
Tue, 4 Jan 2022 10:46:10 +0000 (11:46 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 10:46:10 +0000 (11:46 +0100)
packages/docs/core-concepts/plugins.md

index e5606a194ce69d3f2a903a202e7df3ab4508521e..9319d5ee88ed4aaa23265b3861b92f5e9eaf8fe3 100644 (file)
@@ -159,7 +159,7 @@ When adding external properties, class instances that come from other libraries,
 
 ```js
 import { markRaw } from 'vue'
-// adapt this based on where your router isj
+// adapt this based on where your router is
 import { router } from './router'
 
 pinia.use(({ store }) => {