]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
refactor: fix typo (#779)
authorreiya <31163716+iLLviA@users.noreply.github.com>
Sun, 7 Nov 2021 14:28:19 +0000 (23:28 +0900)
committerGitHub <noreply@github.com>
Sun, 7 Nov 2021 14:28:19 +0000 (15:28 +0100)
README.md

index cdeba7184b523b5f8d6749b7d799bad4c17c4eba..48f4cd8fbfeed4f7de95b5b9dcc1f8f045b6bfd8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ export default defineComponent({
       main,
       // gives access only to specific state or getter
       counter,
-      doublerCount,
+      doubleCount,
     }
   },
 })