diff --git a/snippets/pluck.md b/snippets/pluck.md index 3fa530e4e..27b3ccb97 100644 --- a/snippets/pluck.md +++ b/snippets/pluck.md @@ -3,7 +3,7 @@ title: pluck tags: array,object,beginner --- -Converts and array of objects into an array of values corresponding to the specified `key`. +Converts an array of objects into an array of values corresponding to the specified `key`. - Use `Array.prototype.map()` to map the array of objects to the value of `key` for each one.