Skip to content

Commit

Permalink
Merge branch 'vkarpov15/gh-13032' of github.com:Automattic/mongoose i…
Browse files Browse the repository at this point in the history
…nto vkarpov15/gh-13032
  • Loading branch information
vkarpov15 committed Mar 21, 2023
2 parents d90c9c7 + e566d05 commit 7f9d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schematypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ const userSchema = new Schema({
const User = mongoose.model('User', userSchema);
```

To populate every `socialMediaHandles` entry's `oauth` property, you should populatex
To populate every `socialMediaHandles` entry's `oauth` property, you should populate
on `socialMediaHandles.$*.oauth`:

```javascript
Expand Down

0 comments on commit 7f9d4c5

Please sign in to comment.