Skip to content

Commit 0877338

Browse files
authored
fix typo
1 parent c3fd9d8 commit 0877338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Watch this tutorial at https://youtu.be/tIbMSqTEpfY
4242
Download [test-dump.sql](https://github.com/varunon9/getting-started-docker-mysql-nodejs/blob/master/mysql-microservice/test-dump.sql) and put it inside mysql-microservice folder along with Dockerfile
4343
4444
7. Create a data directory where mysql will store its content `mkdir data`.
45-
We will specify this directory wile running our mysql container.
45+
We will specify this directory while running our mysql container.
4646
On Linux default storage directory is `/var/lib/mysql` but in this tutorial we'll use a custom storage directory.
4747
4848
8. Build the image with Dockerfile `docker build -t test-mysql .`
@@ -169,4 +169,4 @@ Here 192.168.43.147 is my host IpAddress `ifconfig | grep inet`
169169
170170
### Queries/Comments
171171
172-
You can contact me at varunon9@gmail.com or create github issues.
172+
You can contact me at varunon9@gmail.com or create github issues.

0 commit comments

Comments
 (0)