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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ $ docker run \
node-docker 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. Lets test that our application is connected to the database and is able to add a note.