From bdcc4d2cb6f0ec8370214c0b49e8918c00d96093 Mon Sep 17 00:00:00 2001 From: Tycho Polet Date: Tue, 4 Jan 2022 11:46:10 +0100 Subject: [PATCH] docs: fix typo (#940) --- packages/docs/core-concepts/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/core-concepts/plugins.md b/packages/docs/core-concepts/plugins.md index e5606a19..9319d5ee 100644 --- a/packages/docs/core-concepts/plugins.md +++ b/packages/docs/core-concepts/plugins.md @@ -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 }) => { -- 2.47.3