Skip to content

Commit b0789b3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 002dc54 + 279e048 commit b0789b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/angular-meteor/client/content/api/api.meteorObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$scope.$meteorObject(collection, selector, auto)
2626

2727
If you documents are saved with objects IDs (and not strings: <a href="http://docs.meteor.com/#/full/mongo_collection" >see here </a>),
28-
you should use <code> new Mongo.objectID </code> to retieve the object.
28+
you should use <code> new Mongo.objectID </code> to retrieve the object.
2929

3030
$meteor.object (collection, new Mongo.ObjectID (stringId), auto); // you can also use Meteor.Collection.ObjectID
3131

0 commit comments

Comments
 (0)