Skip to content

Commit 1be0a9f

Browse files
authored
Merge pull request #3448 from strongloop/fix_type
Fix API doc for Model class property type
2 parents 359a6a5 + 0498383 commit 1be0a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module.exports = function(registry) {
102102
* @property {SharedClass} Model.sharedMethod The `strong-remoting` [SharedClass](http://apidocs.strongloop.com/strong-remoting/#sharedclass) that contains remoting (and http) metadata. Static property.
103103
* @property {Object} settings Contains additional model settings.
104104
* @property {string} settings.http.path Base URL of the model HTTP route.
105-
* @property [{string}] settings.acls Array of ACLs for the model.
105+
* @property {Array.<string>} settings.acls Array of ACLs for the model.
106106
* @class
107107
*/
108108
var Model = registry.modelBuilder.define('Model');

0 commit comments

Comments
 (0)