From 0b402b3ebf7edd3604beb8314c966db6fdd2ef9c Mon Sep 17 00:00:00 2001 From: Harun Kilic Date: Fri, 7 Aug 2020 02:09:28 +0200 Subject: [PATCH] fixing typo --- docs/tutorial/multi-container-apps/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/multi-container-apps/index.md b/docs/tutorial/multi-container-apps/index.md index d400835..c935893 100644 --- a/docs/tutorial/multi-container-apps/index.md +++ b/docs/tutorial/multi-container-apps/index.md @@ -224,7 +224,7 @@ With all of that explained, let's start our dev-ready container! is **secret**. ```bash - docker exec -ti mysql -p todos + docker exec -it mysql -p todos ``` And in the mysql shell, run the following: