From 8e6a1c8ba2840dfa10e41b5a57f52e62bc9e1621 Mon Sep 17 00:00:00 2001 From: Justin Veloso <107990971+ThatDott@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:32:39 +0800 Subject: [PATCH] fix: resolved typo in databases.md --- content/guides/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/databases.md b/content/guides/databases.md index 5c90b3188473..9f32ef1228ea 100644 --- a/content/guides/databases.md +++ b/content/guides/databases.md @@ -68,7 +68,7 @@ In this command: - `mysql:latest` specifies that you want to use the latest version of the MySQL image. -To verify that you container is running, run `docker ps` in a terminal +To verify that your container is running, run `docker ps` in a terminal {{< /tab >}} {{< tab name="GUI" >}}