diff --git a/lib/loopback.js b/lib/loopback.js index 7d270c6a..e095ebac 100644 --- a/lib/loopback.js +++ b/lib/loopback.js @@ -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} */