We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f483d46 + 821fb64 commit 2e3237bCopy full SHA for 2e3237b
.docs/angular-meteor/client/views/steps/tutorial.step_09.html
@@ -68,7 +68,7 @@ <h1>Step 9 - Privacy and publish-subscribe functions</h1>
68
69
* We have `Meteor.publish` - a function to define what to publish from the server to the client
70
* The first parameter is the name of the subscription. the client will subscribe to that name
71
-* The second parameter is a function the defines what will be returned in the subscription
+* The second parameter is a function that defines what will be returned in the subscription
72
73
That function will determine what data will be returned and the permissions needed.
74
0 commit comments