Merge pull request #3636 from SiegfriedEhret/patch-1

Fix typo in jsdoc
This commit is contained in:
Miroslav Bajtoš 2017-10-04 10:11:04 +02:00 committed by GitHub
commit 1dd0ab31e0
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}
*/