Skip to content

Commit

Permalink
fix typo (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmahdav authored Mar 29, 2024
1 parent 1e5660c commit cf0bc7f
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 @@ -137,7 +137,7 @@ console.log(dates);
// Select the list of blog posts from a blog archive page.
const posts = document.querySelectorAll('li:not(header li)');

// Find out if text content (title) of any blog post includes the `Iteartors`
// Find out if text content (title) of any blog post includes the `Iterators`
// keyword.
posts.values().some((x) => x.textContent.includes('Iterators'));
```
Expand Down

0 comments on commit cf0bc7f

Please sign in to comment.