From 871c25203dd6f68cba4d834c020d23f324f7b04d Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 8 Dec 2019 15:20:15 +0100 Subject: [PATCH] chore: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.2