Skip to content

Commit

Permalink
docs: fix duplicate header id
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 20, 2024
1 parent 20cb146 commit edd94fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you are migrating from 7.x to 8.x please take a moment to read the [migration
<ul class="toc">
<li><a href="#definition">Defining your schema</a></li>
<li><a href="#models">Creating a model</a></li>
<li><a href="#_id">Ids</a></li>
<li><a href="#ids">Ids</a></li>
<li><a href="#methods">Instance methods</a></li>
<li><a href="#statics">Statics</a></li>
<li><a href="#query-helpers">Query Helpers</a></li>
Expand Down Expand Up @@ -99,7 +99,7 @@ const Blog = mongoose.model('Blog', blogSchema);
// ready to go!
```

## Ids {#_id}
## Ids

By default, Mongoose adds an `_id` property to your schemas.

Expand Down

0 comments on commit edd94fc

Please sign in to comment.