1
0
Fork 0
This commit is contained in:
Jan Steemann 2013-09-23 17:24:14 +02:00
parent 96a487d4d1
commit fb22796acf
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ var Repository,
///
/// Create a new instance of Repository
///
/// A Foxx Repository is always initialized with a collection object. You can
/// your collection object by asking your Foxx.Controller for it via the
/// `collection` method that takes the name of the collection (and will prepend
/// A Foxx Repository is always initialized with a collection object. You can get
/// your collection object by asking your Foxx.Controller for it: the
/// `collection` method takes the name of the collection (and will prepend
/// the prefix of your application). It also takes two optional arguments:
///
/// 1. Model: The prototype of a model. If you do not provide it, it will default