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 566fc70 + a3c7a9d commit 50b4a16Copy full SHA for 50b4a16
.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_09.md
@@ -264,7 +264,7 @@ More information about publications and subscription in [this blog article](http
264
We've added the support of privacy to our parties app.
265
266
We also learned how to use the `Meteor.publish` command to control permissions and the data sent to the client
267
-and how to subscribe to it with the $meteor.collection publish function.
+and how to subscribe to it with the $meteor.collection subscribe function.
268
269
In the next step we will learn how to filter the users list in the client side with AngularJS filters and create a custom filter for our own needs.
270
0 commit comments