Skip to content

Commit 54083e0

Browse files
committed
Update tutorial.step_09.md
1 parent 0409e72 commit 54083e0

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)