Skip to content

Commit c9bfea0

Browse files
authored
Merge pull request #3191 from aguperes/patch-1
Update part12b.md
2 parents 8da9e9e + d7946bb commit c9bfea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ MongoError: command find requires authentication
394394

395395
In the [MongoDB Docker Hub](https://hub.docker.com/_/mongo) page under "Initializing a fresh instance" is the info on how to execute JavaScript to initialize the database and an user for it.
396396

397-
The exercise project has file <i>todo-app/todo-backend/mongo/mongo-init.js</i> with contents:
397+
The exercise project has a file <i>todo-app/todo-backend/mongo/mongo-init.js</i> with contents:
398398

399399
```js
400400
db.createUser({

0 commit comments

Comments
 (0)