We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2abbf8 commit 82fb708Copy full SHA for 82fb708
docs/middleware.pug
@@ -261,7 +261,7 @@ block content
261
```
262
263
This means that you must add all middleware and [plugins](/docs/plugins.html)
264
- **before** calling [`mongoose.model()](/docs/api/mongoose.html#mongoose_Mongoose-model).
+ **before** calling [mongoose.model()](/docs/api/mongoose.html#mongoose_Mongoose-model).
265
The below script will print out "Hello from pre save":
266
267
```javascript
0 commit comments