Skip to content

Commit

Permalink
Merge pull request Automattic#8683 from pkellz/patch-1
Browse files Browse the repository at this point in the history
Small typo fix in guide.pug
  • Loading branch information
vkarpov15 committed Mar 19, 2020
2 parents 6065eff + f30617f commit b0de5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.pug
Expand Up @@ -127,7 +127,7 @@ block content
```

When you create a new document with the automatically added
`_id` property, Mongoose createsa a new [`_id` of type ObjectId](https://masteringjs.io/tutorials/mongoose/objectid)
`_id` property, Mongoose creates a new [`_id` of type ObjectId](https://masteringjs.io/tutorials/mongoose/objectid)
to your document.

```javascript
Expand Down

0 comments on commit b0de5f6

Please sign in to comment.