From 32085475ed027f5a225e8023a69c98f1950cb7b9 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 21 Oct 2015 13:47:36 -0700 Subject: [PATCH] Fix typo in doc comment --- lib/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.