Skip to content

Commit

Permalink
Merge pull request facebook#1961 from knuton/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
zpao committed Jul 30, 2014
2 parents 590e505 + 5214370 commit 61c8b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc-flux/js/stores/TodoStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var TodoStore = merge(EventEmitter.prototype, {

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

0 comments on commit 61c8b2a

Please sign in to comment.