Skip to content

Commit

Permalink
fixed docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Dec 23, 2019
1 parent 4a8139c commit c37a039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helpers/for-of.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
```
- integers starting from 0
```
{{# for( this.tasks.length ) }} {{scope.value}} {{/for}}
{{# for( this.tasks.length ) }} {{scope.index}} {{/for}}
```
If an __array-like list of values__ is passed, `for` loops through
Expand Down

0 comments on commit c37a039

Please sign in to comment.