From 10ee60de2d5e607a1877c0c2e07d4273a20249a8 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 6 May 2025 11:07:33 +0300 Subject: [PATCH] fix typo --- docs/en/studio/running-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/studio/running-applications.md b/docs/en/studio/running-applications.md index 6d0022c049..4289ee6c18 100644 --- a/docs/en/studio/running-applications.md +++ b/docs/en/studio/running-applications.md @@ -275,7 +275,7 @@ Then we have the `rabbitmq` on the Studio UI under containers: Name of the `yml` file is used as label in the UI, so we recommend to create the file with the name of service inside. -If the `yml` file containes multiple services, they will be represented as a single container with the file name. In this case, when we start/stop it, all services inside the file will be started/stopped. +If the `yml` file contains multiple services, they will be represented as a single container with the file name. In this case, when we start/stop it, all services inside the file will be started/stopped. > If a service is shut down externally, it will be shown as `Stopped` in the UI. In this case you can start them again. If it is constantly stopping, there may be a problem in the `yml` file.