Skip to content

Commit 26f0686

Browse files
keithamuszeke
andauthored
docs: fix typo
Co-Authored-By: Zeke Sikelianos <zeke@sikelianos.com>
1 parent 43a09b4 commit 26f0686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/array-foreach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here's a summary of why `forEach` is disallowed, and why we prefer `for...of` fo
2323
- `for` loops are considered "more readable" and have **clearer intent**.
2424
- `for...of` loops offer the **most flexibility** for iteration (especially vs `Array.from`).
2525

26-
For more detail, here is a break down of each of those points:
26+
For more detail, here is a breakdown of each of those points:
2727

2828
### Layering of bad practices
2929

0 commit comments

Comments
 (0)