]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: Fix typo in Readme in patch section (#17)
authorpierresaid <said.pierre.emler@gmail.com>
Sun, 8 Dec 2019 20:22:28 +0000 (21:22 +0100)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Sun, 8 Dec 2019 20:22:28 +0000 (21:22 +0100)
README.md

index 255223092f4435cd0ae484e572e0e45c37a70574..48337d5925e2dbcf36b22bf0e1c1f8c107a161f3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ or call the method `patch` that allows you apply multiple changes at the same ti
 
 ```ts
 main.patch({
-  counter; -1,
+  counter: -1,
   name: 'Abalam',
 })
 ```