Merge pull request #14411 from NicholasRasi/patch-1

Fix Small Typo
This commit is contained in:
Usha Mandya
2022-03-23 09:47:54 +00:00
committed by GitHub

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.