Skip to content

Commit

Permalink
FIx typo in docs for mut helper
Browse files Browse the repository at this point in the history
  • Loading branch information
koemeet committed Aug 9, 2015
1 parent 1b45842 commit fc20f0a
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 fc20f0a

Please sign in to comment.