Skip to content

Commit bdcc4d2

Browse files
author
Tycho Polet
authored
docs: fix typo (#940)
1 parent 9e82f9e commit bdcc4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ When adding external properties, class instances that come from other libraries,
159159

160160
```js
161161
import { markRaw } from 'vue'
162-
// adapt this based on where your router isj
162+
// adapt this based on where your router is
163163
import { router } from './router'
164164

165165
pinia.use(({ store }) => {

0 commit comments

Comments
 (0)