From 15c8eae6423a3c331f9fe2f6ae1452f50f06ca84 Mon Sep 17 00:00:00 2001 From: Yucai Huang <40141672+KolinHuang@users.noreply.github.com> Date: Thu, 8 Jul 2021 10:00:53 +0800 Subject: [PATCH] Update 08_using_compose.md In the "Run the application stack" part, I think there is a mistake in writing. That is "If you don't already, you'll see output that looks like this...". I change it to "If you have done already, you'll see output that looks like this...". --- get-started/08_using_compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/08_using_compose.md b/get-started/08_using_compose.md index fb06389e8a..e0f7c43dfe 100644 --- a/get-started/08_using_compose.md +++ b/get-started/08_using_compose.md @@ -295,7 +295,7 @@ Now that we have our `docker-compose.yml` file, we can start it up! into a single stream. This is incredibly useful when you want to watch for timing-related issues. The `-f` flag "follows" the log, so will give you live output as it's generated. - If you don't already, you'll see output that looks like this... + If you have done already, you'll see output that looks like this... ```plaintext mysql_1 | 2019-10-03T03:07:16.083639Z 0 [Note] mysqld: ready for connections.