Skip to content

Commit bc41df2

Browse files
committed
Merge pull request #1258 from skeetio/doc-fix
docs(tutorial): Fix typo in angular1 tutorial
2 parents 1c4fb6d + 7f7c88a commit bc41df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular-meteor/client/content/tutorials/socially/angular1/tutorials.socially.angular1.step_09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Let's see what's happening here:
3939
* The first parameter is the name of the subscription. The client will subscribe to that name
4040
* The second parameter is a function that defines what will be returned in the subscription
4141

42-
You can find out more about MonngoDB `find()` method [here](http://docs.mongodb.org/manual/reference/method/db.collection.find/)
42+
You can find out more about MongoDB `find()` method [here](http://docs.mongodb.org/manual/reference/method/db.collection.find/)
4343

4444
That function will determine what data will be returned and the permissions needed.
4545

0 commit comments

Comments
 (0)