docs(pick-omit): fix typo

This commit is contained in:
Michele Sessa 2023-03-23 10:27:23 +00:00 committed by Dav Hojt
parent f88ba67e86
commit 42881f3dee
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create two functions which taken an object and a string or array of strings. They should return a new object which:
Create two functions which takes an object and a string or array of strings. They should return a new object which:
- `pick`: contains only those keys which appear in the string or array of strings.
- `omit`: contains only those keys which do not match the string, or do not appear in the array of strings.