]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 8 Dec 2019 14:20:15 +0000 (15:20 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 8 Dec 2019 14:20:15 +0000 (15:20 +0100)
README.md

index 0f21d9bed23d2f0423fd3f5dd76f2e4970dcc429..255223092f4435cd0ae484e572e0e45c37a70574 100644 (file)
--- 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'