mirror of https://github.com/docker/docs.git
Fix Small Typo
This commit is contained in:
parent
a87c54911b
commit
a3b576c0a8
|
|
@ -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.
|
||||||
|
|
||||||
Let’s test that our application is connected to the database and is able to add a note.
|
Let’s test that our application is connected to the database and is able to add a note.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue