Skip to content

Commit

Permalink
Merge pull request #13936 from ronjouch/patch-1
Browse files Browse the repository at this point in the history
6.x/populate.md: fix edit whoopsie scrapping a line, and setting half of this doc in unclosed code tag
  • Loading branch information
vkarpov15 authored Oct 5, 2023
2 parents eb34bd3 + 5822732 commit 917f2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/populate.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ const events = await Event.
```

<h2 id="dynamic-ref"><a href="#dynamic-ref">Dynamic References via <code>refPath</code></a></h2>
<code>

Mongoose can also populate from multiple collections based on the value
of a property in the document. Let's say you're building a schema for
storing comments. A user may comment on either a blog post or a product.

Expand Down

0 comments on commit 917f2ff

Please sign in to comment.