From de1a22ced5f68fa3d3ca860463e32035e125a147 Mon Sep 17 00:00:00 2001 From: Amartya Choudhary <54511196+AC-BOSS@users.noreply.github.com> Date: Sat, 26 Apr 2025 11:07:40 +0530 Subject: [PATCH] Highlight the correct line in code block It was intended to highlight the line `Connected to mysql db at host mysql`, to show that mysql has been connected in the app, but the previous line is highlighted currently --- 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 9dc3a13..8acb213 100644 --- a/docs/tutorial/multi-container-apps/index.md +++ b/docs/tutorial/multi-container-apps/index.md @@ -211,7 +211,7 @@ With all of that explained, let's start our dev-ready container! 1. If we look at the logs for the container (`docker logs `), we should see a message indicating it's using the mysql database. - ```plaintext hl_lines="7" + ```plaintext hl_lines="8" # Previous log messages omitted $ nodemon src/index.js [nodemon] 2.0.20