From 94ec4a55e25322e01b7fea77005cafd772559a99 Mon Sep 17 00:00:00 2001 From: Lucas Kuhn Date: Fri, 28 Apr 2023 12:56:21 -0300 Subject: [PATCH] Update 07_multi_container.md (#17200) Typo - Removes extra close parenthesis --- get-started/07_multi_container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/07_multi_container.md b/get-started/07_multi_container.md index adbe724dc7..20c1436017 100644 --- a/get-started/07_multi_container.md +++ b/get-started/07_multi_container.md @@ -40,7 +40,7 @@ In the following steps, you'll create the network first and then attach the MySQ ``` 2. Start a MySQL container and attach it to the network. You're also going to define a few environment variables that the - database will use to initialize the database. To learn more about the MySQL environment variables, see the "Environment Variables" section in the [MySQL Docker Hub listing](https://hub.docker.com/_/mysql/)). + database will use to initialize the database. To learn more about the MySQL environment variables, see the "Environment Variables" section in the [MySQL Docker Hub listing](https://hub.docker.com/_/mysql/).