Skip to content

Commit 82fb708

Browse files
authored
`mongoose.model() --> mongoose.model()
MD link format fixed
1 parent d2abbf8 commit 82fb708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/middleware.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ block content
261261
```
262262

263263
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).
264+
**before** calling [mongoose.model()](/docs/api/mongoose.html#mongoose_Mongoose-model).
265265
The below script will print out "Hello from pre save":
266266

267267
```javascript

0 commit comments

Comments
 (0)