Fix typos in descriptions

This commit is contained in:
Wojciech Maj
2017-12-18 00:51:27 +01:00
parent 078de0a951
commit 8f260fdd65
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
### take
Returns an array with n elements removed from the beggining.
Returns an array with n elements removed from the beginning.
Use `Array.slice()` to create a slice of the array with `n` elements taken from the beginning.