From a3b576c0a8a13ceacff3ced52e7b891d6652257f Mon Sep 17 00:00:00 2001 From: Nicholas Rasi Date: Sat, 19 Mar 2022 18:38:49 +0100 Subject: [PATCH] Fix Small Typo --- language/nodejs/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/nodejs/develop.md b/language/nodejs/develop.md index b0e4b77223..7e5e975bb1 100644 --- a/language/nodejs/develop.md +++ b/language/nodejs/develop.md @@ -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. Let’s test that our application is connected to the database and is able to add a note.