Skip to content

Commit 3d009bf

Browse files
authored
Fix a Typo (#1070)
Fix a Typo
2 parents cd84b0c + 6ebd519 commit 3d009bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We already know methods that add and remove items from the beginning or the end:
1111
- `arr.shift()` -- extracts an item from the beginning,
1212
- `arr.unshift(...items)` -- adds items to the beginning.
1313

14-
Here are few others.
14+
Here are a few others.
1515

1616
### splice
1717

0 commit comments

Comments
 (0)