Fix typo
Update a jsdoc thing to match the argument name.
This commit is contained in:
parent
c9913927e5
commit
db8130ac6d
|
@ -199,7 +199,7 @@ loopback.remoteMethod = function(fn, options) {
|
|||
* var render = loopback.template('foo.ejs');
|
||||
* var html = render({foo: 'bar'});
|
||||
*
|
||||
* @param {String} path Path to the template file.
|
||||
* @param {String} file Path to the template file.
|
||||
* @returns {Function}
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue