Skip to content

Commit

Permalink
Merge pull request #12031 from steffenbrem/fix-docs-typo
Browse files Browse the repository at this point in the history
Fix typo in docs for `mut` helper
  • Loading branch information
rwjblue committed Aug 9, 2015
2 parents 590c1a4 + fc20f0a commit 52b55ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-htmlbars/lib/keywords/mut.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export let MUTABLE_REFERENCE = symbol('MUTABLE_REFERENCE');

/**
The `mut` helper lets you __clearly specify__ that a child `Component` can update the
(mutable) value passed to it, which will __change the value of the parent compnent__.
(mutable) value passed to it, which will __change the value of the parent component__.
This is very helpful for passing mutable values to a `Component` of any size, but
critical to understanding the logic of a large/complex `Component`.
Expand Down

0 comments on commit 52b55ac

Please sign in to comment.