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 43f3c4f + 54083e0 commit ac648a8Copy full SHA for ac648a8
.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_09.md
@@ -137,7 +137,7 @@ If you just add to the end you will get an uncaught reference $scope not defined
137
138
* We bind to the Meteor.users collection
139
* 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
+* Notice that we pass `false` in the second parameter. That means that we don't want to update that collection from the client
141
* Calling [AngularMeteorCollection's](/api/AngularMeteorCollection) subscribe function
142
143
Also, let's add a subscription to the party in this controller as well.
0 commit comments