From 4b4e29a243828e4e67abc950954ed0e627c9cad9 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Mon, 8 Jun 2026 12:43:31 -0500 Subject: [PATCH] Rename parameter 'people' to 'items' in example --- src/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/index.md b/src/guide/index.md index 3f5b48a2..245a63f2 100644 --- a/src/guide/index.md +++ b/src/guide/index.md @@ -126,7 +126,7 @@ mustache, `/`, of the same name. Let's consider a helper that will generate an H -The example creates a helper named `list` to generate our HTML list. The helper receives the `people` as its first +The example creates a helper named `list` to generate our HTML list. The helper receives the `items` as its first parameter, and an `options` hash as its second parameter. The options hash contains a property named `fn`, which you can invoke with a context just as you would invoke a normal Handlebars template.