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.