From: Tycho Polet Date: Tue, 4 Jan 2022 10:46:10 +0000 (+0100) Subject: docs: fix typo (#940) X-Git-Tag: pinia@2.0.10~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcc4d2cb6f0ec8370214c0b49e8918c00d96093;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix typo (#940) --- 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 }) => {