Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
canac authored Mar 29, 2024
1 parent cf0bc7f commit d6d5431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/iterator-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ console.log(count);

## .toArray()

`toArray` returns an array form iterator values.
`toArray` returns an array from iterator values.

```javascript
// Select the list of blog posts from a blog archive page.
Expand Down

0 comments on commit d6d5431

Please sign in to comment.