Skip to content

Commit

Permalink
Merge pull request #466 from sanderdatema/patch-1
Browse files Browse the repository at this point in the history
Grammar mistake in Readme
  • Loading branch information
arunoda committed Jan 2, 2016
2 parents eb9d740 + de38643 commit 99937e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ After you've registered your subscriptions, you can reactively check for the sta
~~~js
Tracker.autorun(function() {
console.log("Is myPost ready?:", FlowRouter.subsReady("myPost"));
console.log("Does all subscriptions ready?:", FlowRouter.subsReady());
console.log("Are all subscriptions ready?:", FlowRouter.subsReady());
});
~~~

Expand Down

0 comments on commit 99937e2

Please sign in to comment.