We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4012846 commit b4550fbCopy full SHA for b4550fb
lib/application.js
@@ -262,9 +262,9 @@ app.route = function route(path) {
262
*
263
* By default will `require()` the engine based on the
264
* file extension. For example if you try to render
265
- * a "foo.jade" file Express will invoke the following internally:
+ * a "foo.ejs" file Express will invoke the following internally:
266
267
- * app.engine('jade', require('jade').__express);
+ * app.engine('ejs', require('ejs').__express);
268
269
* For engines that do not provide `.__express` out of the box,
270
* or if you wish to "map" a different extension to the template engine
0 commit comments