Skip to content

Commit 44de15f

Browse files
committed
Minor typo.
1 parent d4d0291 commit 44de15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/for...of.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ for (let paragraph of articleParagraphs) {
5858
Use `for...of` only for stuff that *you know* to be an array or a string. Note that this limitation might be removed in a future version of TypeScript.
5959

6060
#### Summary
61-
You would be surprised at how many times you will be iterating over the elements of an array. The next time you find yourself doing that, give `for...of` a go. You might just make the next person who reviews you code happy.
61+
You would be surprised at how many times you will be iterating over the elements of an array. The next time you find yourself doing that, give `for...of` a go. You might just make the next person who reviews your code happy.
6262

6363
{% include "footer.md" %}

0 commit comments

Comments
 (0)