Skip to content

Commit 6d337e2

Browse files
committed
Merge pull request Urigo#458 from ppotoplyak/patch-3
(docs): Trivial grammar fix step 9
2 parents 43dacf7 + f049b15 commit 6d337e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/angular-meteor/client/views/steps/tutorial.step_09.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>Step 9 - Privacy and publish-subscribe functions</h1>
7676

7777
We have two ways of doing that:
7878

79-
1. Using the [$meteor.subscribe](/api/subscribe) service that also return a promise when the subscribing is done
79+
1. Using the [$meteor.subscribe](/api/subscribe) service that also returns a promise when the subscribing is done
8080
2. Using [AngularMeteorCollection's](/api/AngularMeteorCollection) subscribe function which is exactly the same but it's
8181
here just for syntactic sugar doesn't return a promise.
8282

0 commit comments

Comments
 (0)