Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistake in example with block parameters, #133

Open
husayt opened this issue Dec 5, 2015 · 0 comments
Open

Mistake in example with block parameters, #133

husayt opened this issue Dec 5, 2015 · 0 comments

Comments

@husayt
Copy link

husayt commented Dec 5, 2015

There is a mistake in the following example in section The each block helper on this page http://handlebarsjs.com/builtin_helpers.html

{{#each array as |value, key|}} {{#each child as |childValue, childKey|}} {{key}} - {{childKey}}. {{childValue}} {{/each}} {{/each}}

there should not be comma value and key block parameters, and also between childValue and childKey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant