]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: Typo (#461)
authorJordy <jordy.pereira@hotmail.com>
Thu, 29 Apr 2021 11:29:49 +0000 (13:29 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 11:29:49 +0000 (13:29 +0200)
docs/core-concepts/actions.md

index f33679b55e7ccd44fe8b9804c19f24709f92da44..4805c74a9e3d2f33fc007150b996d88f0ecb39dc 100644 (file)
@@ -69,7 +69,7 @@ export default {
   setup() {
     const store = useStore()
 
-    store.randomzieCounter()
+    store.randomizeCounter()
   },
 }
 ```