Skip to content

Commit 9c881d3

Browse files
authored
Merge pull request #2780 from MarcGuay/patch-12
Update part3c.md
2 parents 7a15e28 + 4b658e7 commit 9c881d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ We could use the database directly from our JavaScript code with the [official M
121121

122122
Mongoose could be described as an <i>object document mapper</i> (ODM), and saving JavaScript objects as Mongo documents is straightforward with this library.
123123

124-
Let's install Mongoose:
124+
Let's install Mongoose in our notes project backend:
125125

126126
```bash
127127
npm install mongoose

0 commit comments

Comments
 (0)