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 1c4fb6d + 7f7c88a commit bc41df2Copy full SHA for bc41df2
docs/angular-meteor/client/content/tutorials/socially/angular1/tutorials.socially.angular1.step_09.md
@@ -39,7 +39,7 @@ Let's see what's happening here:
39
* The first parameter is the name of the subscription. The client will subscribe to that name
40
* The second parameter is a function that defines what will be returned in the subscription
41
42
-You can find out more about MonngoDB `find()` method [here](http://docs.mongodb.org/manual/reference/method/db.collection.find/)
+You can find out more about MongoDB `find()` method [here](http://docs.mongodb.org/manual/reference/method/db.collection.find/)
43
44
That function will determine what data will be returned and the permissions needed.
45
0 commit comments