Skip to content

Commit ac648a8

Browse files
committed
Merge pull request #751 from ssuksawat/patch-1
Update tutorial.step_09.md
2 parents 43f3c4f + 54083e0 commit ac648a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If you just add to the end you will get an uncaught reference $scope not defined
137137

138138
* We bind to the Meteor.users collection
139139
* Binding the result to $scope.users
140-
* Notice that we passes `false` in the second parameter. That means that we don't want to update that collection from the client
140+
* Notice that we pass `false` in the second parameter. That means that we don't want to update that collection from the client
141141
* Calling [AngularMeteorCollection's](/api/AngularMeteorCollection) subscribe function
142142

143143
Also, let's add a subscription to the party in this controller as well.

0 commit comments

Comments
 (0)