diff --git a/src/mvc/Application.js b/src/mvc/Application.js index 77bbcb8..c710a75 100644 --- a/src/mvc/Application.js +++ b/src/mvc/Application.js @@ -194,7 +194,7 @@ define([ * var Users = App.Collection(User, { * count: App.Property({ * value: function () { - * return this().lenght; + * return this().length; * } * }) * });