From f30617fa4eb336918b83c9a4c208082f514a0f6c Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Wed, 18 Mar 2020 00:47:48 -0400 Subject: [PATCH] Small typo fix in guide.pug --- docs/guide.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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