Skip to content

Commit

Permalink
Silly ending block param pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
rtablada committed Feb 19, 2016
1 parent bb04310 commit 1d84eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -105,7 +105,7 @@ Repeats `n` times. This can be useful for making an n length arbitrary list for
You can also give it a value to repeat:

```hbs
{{#each (repeat 3 "Adam") as |name}}
{{#each (repeat 3 "Adam") as |name|}}
{{name}}
{{/each}}
```
Expand Down

0 comments on commit 1d84eef

Please sign in to comment.