From c37a0397425bcbb71985eefbf335be335f134c86 Mon Sep 17 00:00:00 2001 From: justinbmeyer Date: Sun, 22 Dec 2019 21:19:27 -0600 Subject: [PATCH] fixed docs typo --- docs/helpers/for-of.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers/for-of.md b/docs/helpers/for-of.md index 431f87fb..9dc89d0f 100644 --- a/docs/helpers/for-of.md +++ b/docs/helpers/for-of.md @@ -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