mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
Replace typo 'required' with 'require'
This commit is contained in:
@@ -7,7 +7,7 @@ The `app.mountpath` property is the path pattern(s) on which a sub app was mount
|
||||
</div>
|
||||
|
||||
~~~js
|
||||
var express = required('express');
|
||||
var express = require('express');
|
||||
|
||||
var app = express(); // the main app
|
||||
var admin = express(); // the sub app
|
||||
|
||||
Reference in New Issue
Block a user