diff --git a/docs/guide.pug b/docs/guide.pug index 7531b4e0e04..eed951366d7 100644 --- a/docs/guide.pug +++ b/docs/guide.pug @@ -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