Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
Co-authored-by: Aleen <[email protected]>
  • Loading branch information
hemanth and aleen42 committed Jul 9, 2022
1 parent d906278 commit c57f38c
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 @@ -43,7 +43,7 @@ const omit = (obj, keys) => Object.fromEntries(
The major challenges we see with the above implementations:

* It is not ergonomic!
* If we opt the destructuring way it doesn't work at all for `pick`, or for `omit` with dynamic values.
* If we opt for the destructuring way it doesn't work at all for `pick`, or for `omit` with dynamic values.

We can read more about such use-cases and challenges from `es.discourse` below:

Expand Down

0 comments on commit c57f38c

Please sign in to comment.