diff --git a/lib/application.js b/lib/application.js index 1952156e..bd337553 100644 --- a/lib/application.js +++ b/lib/application.js @@ -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.