We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 359a6a5 + 0498383 commit 1be0a9fCopy full SHA for 1be0a9f
lib/model.js
@@ -102,7 +102,7 @@ module.exports = function(registry) {
102
* @property {SharedClass} Model.sharedMethod The `strong-remoting` [SharedClass](http://apidocs.strongloop.com/strong-remoting/#sharedclass) that contains remoting (and http) metadata. Static property.
103
* @property {Object} settings Contains additional model settings.
104
* @property {string} settings.http.path Base URL of the model HTTP route.
105
- * @property [{string}] settings.acls Array of ACLs for the model.
+ * @property {Array.<string>} settings.acls Array of ACLs for the model.
106
* @class
107
*/
108
var Model = registry.modelBuilder.define('Model');
0 commit comments