From a199bd312943a2d3cd3d0ea1c363033637fb8cdf Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 25 May 2024 17:07:21 -0500 Subject: [PATCH] fix(post): typo --- _posts/2024-04-30-traefik-3-docker-certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-04-30-traefik-3-docker-certificates.md b/_posts/2024-04-30-traefik-3-docker-certificates.md index 5b50b70b90..3dfe208ab8 100644 --- a/_posts/2024-04-30-traefik-3-docker-certificates.md +++ b/_posts/2024-04-30-traefik-3-docker-certificates.md @@ -271,7 +271,7 @@ echo ${TRAEFIK_DASHBOARD_CREDENTIALS} nslookup traefik-dashboard.local.example.com ``` -## Switch to Production Acme Endpoings +## Switch to Production Acme Endpoints ```yaml ...