Skip to content

Commit

Permalink
Merge pull request #12528 from hasezoey/fixClosingTag
Browse files Browse the repository at this point in the history
docs(models): fix non-matching closing tag
  • Loading branch information
vkarpov15 committed Oct 5, 2022
2 parents 7573398 + c10174c commit 81ac6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reading documents from the underlying MongoDB database.
* [Change Streams](#change-streams)
* [Views](#views)

<h2 id="compiling"><a href="#compiling">Compiling your first model</a></h3>
<h2 id="compiling"><a href="#compiling">Compiling your first model</a></h2>

When you call `mongoose.model()` on a schema, Mongoose _compiles_ a model
for you.
Expand Down

0 comments on commit 81ac6b7

Please sign in to comment.