Skip to content

Commit

Permalink
Merge pull request facebook#39 from neverov/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
fisherwebdev committed Aug 22, 2014
2 parents 8f1aabe + a5778b1 commit f965736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flux-todomvc/js/stores/TodoStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var TodoStore = merge(EventEmitter.prototype, {

/**
* Tests whether all the remaining TODO items are marked as completed.
* @return {booleam}
* @return {boolean}
*/
areAllComplete: function() {
for (var id in _todos) {
Expand Down

0 comments on commit f965736

Please sign in to comment.