Update a jsdoc thing to match the argument name.
This commit is contained in:
Siegfried Ehret 2017-10-04 09:26:17 +02:00 committed by GitHub
parent c9913927e5
commit db8130ac6d
1 changed files with 1 additions and 1 deletions

View File

@ -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}
*/