Fix Small Typo

This commit is contained in:
Nicholas Rasi
2022-03-19 18:38:49 +01:00
committed by GitHub
parent a87c54911b
commit a3b576c0a8

View File

@@ -86,7 +86,7 @@ $ docker run \
node-docker
```
The `yoda_notes` at the end of the connection string is the desired name for our database.
The `notes` at the end of the connection string is the desired name for our database.
Lets test that our application is connected to the database and is able to add a note.