]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
Update introduction.md (#680)
authorAlmarAubel <almar@aubel.nl>
Thu, 16 Sep 2021 15:52:08 +0000 (17:52 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 15:52:08 +0000 (17:52 +0200)
packages/docs/introduction.md

index 6ccfd89b819013ade4b71e2fc86a7b399f8b4e71..d59708a85effdf4affa6b381d733697b8703a976 100644 (file)
@@ -52,7 +52,7 @@ export default {
     // with autocompletion ✨
     counter.$patch({ count: counter.count + 1 })
     // or using an action instead
-    coutner.increment();
+    counter.increment();
   },
 }
 ```