Skip to content

Commit 2e3237b

Browse files
committed
Merge pull request #524 from TravisDart/patch-1
Update tutorial.step_09.html (Typo)
2 parents f483d46 + 821fb64 commit 2e3237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/angular-meteor/client/views/steps/tutorial.step_09.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>Step 9 - Privacy and publish-subscribe functions</h1>
6868

6969
* We have `Meteor.publish` - a function to define what to publish from the server to the client
7070
* 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
71+
* The second parameter is a function that defines what will be returned in the subscription
7272

7373
That function will determine what data will be returned and the permissions needed.
7474

0 commit comments

Comments
 (0)