Skip to content

Commit

Permalink
[DOC] fix typo in binding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalev committed Jul 29, 2014
1 parent ff33362 commit 2b29c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-handlebars/lib/helpers/binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ function unlessHelper(context, options) {
<img {{bind-attr src="imageUrl" alt="imageTitle"}}>
```
The above handlebars template will fill the `<img>`'s `src` attribute will
The above handlebars template will fill the `<img>`'s `src` attribute with
the value of the property referenced with `"imageUrl"` and its `alt`
attribute with the value of the property referenced with `"imageTitle"`.
Expand Down

0 comments on commit 2b29c31

Please sign in to comment.