From 8fb31f472408db6cefcda24e11400e8a75ba6d5a Mon Sep 17 00:00:00 2001 From: Minasie Shibeshi Date: Sun, 6 Oct 2024 16:04:49 +0300 Subject: [PATCH] Fixed a typo on multiple-servers.mdx --- src/content/docs/knowledge-base/server/multiple-servers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/knowledge-base/server/multiple-servers.mdx b/src/content/docs/knowledge-base/server/multiple-servers.mdx index 08aa9c2..e4f2396 100644 --- a/src/content/docs/knowledge-base/server/multiple-servers.mdx +++ b/src/content/docs/knowledge-base/server/multiple-servers.mdx @@ -28,7 +28,7 @@ Any additional servers must be set in the `Servers` menu, simply by clicking on Now everytime you redeploy, restart or stop the application, the action will be done on all servers. -If the deploy needs a build process, it will be executed on the main server (or on the build server if you have on). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image. +If the deploy needs a build process, it will be executed on the main server (or on the build server if you have one). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image. ## How to configure a loadbalancer?