Skip to content

Commit

Permalink
docs: Fix typo in Readme in patch section (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierresaid authored and posva committed Dec 8, 2019
1 parent 871c252 commit 1afe265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
})
```
Expand Down

0 comments on commit 1afe265

Please sign in to comment.