Skip to content

Commit

Permalink
Merge pull request #48 from nightingale/master
Browse files Browse the repository at this point in the history
Small comment change
  • Loading branch information
Pavlo Aksonov committed Dec 10, 2015
2 parents 75f8f69 + 63454b3 commit 65a6b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class ActionContainer {
}

if (this.onReplace){
// don't do action if it is not allowed (onPush returned false)
// don't do action if it is not allowed (onReplace returned false)
if (!this.onReplace(navigator, route)){
return;
}
Expand Down

0 comments on commit 65a6b5b

Please sign in to comment.