Skip to content

Commit

Permalink
Use ejs instead of jade within engine jsdoc
Browse files Browse the repository at this point in the history
closes #3222
  • Loading branch information
notrab authored and dougwilson committed Mar 2, 2017
1 parent 4012846 commit b4550fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ app.route = function route(path) {
*
* By default will `require()` the engine based on the
* file extension. For example if you try to render
* a "foo.jade" file Express will invoke the following internally:
* a "foo.ejs" file Express will invoke the following internally:
*
* app.engine('jade', require('jade').__express);
* app.engine('ejs', require('ejs').__express);
*
* For engines that do not provide `.__express` out of the box,
* or if you wish to "map" a different extension to the template engine
Expand Down

0 comments on commit b4550fb

Please sign in to comment.