Skip to content

Commit f50b304

Browse files
authored
Fix typo
1 parent a652580 commit f50b304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Generally, we shouldn't use `for..in` for arrays.
329329

330330
## A word about "length"
331331

332-
The `length` property automatically updates when we modify the array. To be precies, it is actually not the count of values in the array, but the greatest numeric index plus one.
332+
The `length` property automatically updates when we modify the array. To be precise, it is actually not the count of values in the array, but the greatest numeric index plus one.
333333

334334
For instance, a single element with a large index gives a big length:
335335

0 commit comments

Comments
 (0)