Skip to content

Commit ce7bab2

Browse files
committed
Merge pull request #526 from TravisDart/patch-2
Update api.AngularMeteorCollection.html (Typo)
2 parents 2e3237b + 7595656 commit ce7bab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/angular-meteor/client/views/api/api.AngularMeteorCollection.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# AngularMeteorCollection
1212

13-
An object that binds a [Meteor Collection](http://docs.meteor.com/#/full/collections) to an AngularJS scope variable. This is the object that return by calling the [$meteor.collection service](http://angular-meteor.com/api/meteorCollection). It represents the documents that exist in the Meteor local collection
13+
An object that binds a [Meteor Collection](http://docs.meteor.com/#/full/collections) to an AngularJS scope variable. This is the object that is returned when [$meteor.collection service](http://angular-meteor.com/api/meteorCollection) is called. It represents the documents that exist in the Meteor local collection.
1414

1515
----
1616

0 commit comments

Comments
 (0)