From: pierresaid Date: Sun, 8 Dec 2019 20:22:28 +0000 (+0100) Subject: docs: Fix typo in Readme in patch section (#17) X-Git-Tag: 0.1.0-alpha.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1afe265fa1890d1d5c6fea3c586f404dcd3c4334;p=thirdparty%2Fvuejs%2Fpinia.git docs: Fix typo in Readme in patch section (#17) --- diff --git a/README.md b/README.md index 25522309..48337d59 100644 --- 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', }) ```