Skip to content

Commit 50b4a16

Browse files
committed
Merge pull request #725 from BrainCrumbz/patch-1
Typo: 'publish' was used instead of 'subscribe'
2 parents 566fc70 + a3c7a9d commit 50b4a16

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
@@ -264,7 +264,7 @@ More information about publications and subscription in [this blog article](http
264264
We've added the support of privacy to our parties app.
265265

266266
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.
267+
and how to subscribe to it with the $meteor.collection subscribe function.
268268

269269
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.
270270

0 commit comments

Comments
 (0)