diff --git a/docs/jsdoc/options.jsdoc b/docs/jsdoc/options.jsdoc index 871d68d8..7747bb14 100644 --- a/docs/jsdoc/options.jsdoc +++ b/docs/jsdoc/options.jsdoc @@ -44,9 +44,9 @@ * The filename of the template. Required for inclusion and caching unless * you are using {@link module:ejs.renderFile}. Also used for error reporting. * - * @property {String} [root=undefined] - * The path to the project root. When this is set, absolute paths for includes - * (/filename.ejs) will be relative to the project root. + * @property {String|String[]} [root=undefined] + * The path to the template root(s). When this is set, absolute paths for includes + * (/filename.ejs) will be relative to the template root(s). * * @property {String} [openDelimiter='<'] * The opening delimiter for all statements. This allows you to clearly delinate