From 443991e4f32b2c6595183c2143c5c4dcd33b47ed Mon Sep 17 00:00:00 2001 From: Fran Date: Wed, 13 Nov 2024 09:50:36 -0500 Subject: [PATCH] Update zero-downtime.mdx --- apps/docs/content/docs/core/applications/zero-downtime.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/applications/zero-downtime.mdx b/apps/docs/content/docs/core/applications/zero-downtime.mdx index d8fd575..ddab2c9 100644 --- a/apps/docs/content/docs/core/applications/zero-downtime.mdx +++ b/apps/docs/content/docs/core/applications/zero-downtime.mdx @@ -38,7 +38,7 @@ Make sure the API Route exists in your application ## Example 1. We will use this example [Github Repo](https://github.com/Dokploy/swarm-test) -2. It Have a endpoint called `health` [enbpoint](https://github.com/Dokploy/swarm-test/blob/main/index.js#L20) which is the one that will tell us if our application is healthy. +2. It Have a endpoint called `health` [endpoint](https://github.com/Dokploy/swarm-test/blob/main/index.js#L20) which is the one that will tell us if our application is healthy. 3. For testing purpose I've added a sleep to simulate the delay between the deployments and you can see the bad gateway error.