From: Eduardo San Martin Morote Date: Sun, 8 Dec 2019 14:20:15 +0000 (+0100) Subject: chore: typo X-Git-Tag: 0.1.0-alpha.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871c25203dd6f68cba4d834c020d23f324f7b04d;p=thirdparty%2Fvuejs%2Fpinia.git chore: typo --- diff --git a/README.md b/README.md index 0f21d9be..25522309 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ export default createComponent({ }) ``` -**There is one important rule for this to work**: the `useMainStore` (or any other _useStore_ function) must be called inside of deffered functions. This is to allow the Vue Composition API plugin to be installed. **Never, ever call `useStore`** like this: +**There is one important rule for this to work**: the `useMainStore` (or any other _useStore_ function) must be called inside of deferred functions. This is to allow the Vue Composition API plugin to be installed. **Never, ever call `useStore`** like this: ```ts import { useMainStore } from '@/stores/main'