Skip to content

Commit 2afad1b

Browse files
Merge pull request #1470 from AxelDavid45/patch-1
Typo fixed after raw schema example
2 parents 6f8a1b5 + 9cea844 commit 2afad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/mongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const CatSchema = new mongoose.Schema({
9090
});
9191
```
9292

93-
The `cat.schema` file resides in a folder in the `cats` directory, where we also define the `CatsModule`. While you can store schema files wherever you prefer, we recommend storing them them near their related **domain** objects, in the appropriate module directory.
93+
The `cat.schema` file resides in a folder in the `cats` directory, where we also define the `CatsModule`. While you can store schema files wherever you prefer, we recommend storing them near their related **domain** objects, in the appropriate module directory.
9494

9595
Let's look at the `CatsModule`:
9696

0 commit comments

Comments
 (0)