Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HarunKilic authored Aug 7, 2020
1 parent 9f31a47 commit 0b402b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/multi-container-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ With all of that explained, let's start our dev-ready container!
is **secret**.
```bash
docker exec -ti <mysql-container-id> mysql -p todos
docker exec -it <mysql-container-id> mysql -p todos
```
And in the mysql shell, run the following:
Expand Down

0 comments on commit 0b402b3

Please sign in to comment.