Skip to content

Commit 802c5dc

Browse files
authored
Merge pull request #7 from xyvs/patch-1
2 parents f20402c + 443991e commit 802c5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/docs/core/applications/zero-downtime.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Make sure the API Route exists in your application
3838
## Example
3939

4040
1. We will use this example [Github Repo](https://github.com/Dokploy/swarm-test)
41-
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.
41+
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.
4242
3. For testing purpose I've added a sleep to simulate the delay between the deployments and you can see the bad gateway error.
4343

4444

0 commit comments

Comments
 (0)