Fix a Typo (#1070)

Fix a Typo
This commit is contained in:
Alexey Pyltsyn 2019-06-21 08:30:29 +03:00 committed by GitHub
commit 3d009bfa14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ We already know methods that add and remove items from the beginning or the end:
- `arr.shift()` -- extracts an item from the beginning,
- `arr.unshift(...items)` -- adds items to the beginning.
Here are few others.
Here are a few others.
### splice