Skip to content

Commit

Permalink
chore: fix typo in readme (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Mar 14, 2022
1 parent 66f6c3c commit 6087677
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 @@ -287,7 +287,7 @@ const user = s
username: s.string,
password: s.string
})
.partial();
.partial;
```

Which is the same as doing:
Expand Down

0 comments on commit 6087677

Please sign in to comment.