Fix typo in doc comment

This commit is contained in:
Rand McKinney 2015-10-21 13:47:36 -07:00
parent c55f19a2c1
commit 32085475ed
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ app.model = function(Model, config) {
* ```
*
* 2. Use `app.model` to access a model by name.
* `app.model` has properties for all defined models.
* `app.models` has properties for all defined models.
*
* The following example illustrates accessing the `Product` and `CustomerReceipt` models
* using the `models` object.