From 1afe265fa1890d1d5c6fea3c586f404dcd3c4334 Mon Sep 17 00:00:00 2001 From: pierresaid Date: Sun, 8 Dec 2019 21:22:28 +0100 Subject: [PATCH] docs: Fix typo in Readme in patch section (#17) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255223092..48337d592 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', }) ```