We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43dacf7 + f049b15 commit 6d337e2Copy full SHA for 6d337e2
.docs/angular-meteor/client/views/steps/tutorial.step_09.html
@@ -76,7 +76,7 @@ <h1>Step 9 - Privacy and publish-subscribe functions</h1>
76
77
We have two ways of doing that:
78
79
-1. Using the [$meteor.subscribe](/api/subscribe) service that also return a promise when the subscribing is done
+1. Using the [$meteor.subscribe](/api/subscribe) service that also returns a promise when the subscribing is done
80
2. Using [AngularMeteorCollection's](/api/AngularMeteorCollection) subscribe function which is exactly the same but it's
81
here just for syntactic sugar doesn't return a promise.
82
0 commit comments