From 5f9a84fc8b1e9abcbe04f7975d14628404b76956 Mon Sep 17 00:00:00 2001 From: Tim Obezuk <501943+obezuk@users.noreply.github.com> Date: Tue, 26 Jan 2021 00:20:04 -0800 Subject: [PATCH] Fix typo in server transports documentation --- docs/content/routing/services/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/services/index.md b/docs/content/routing/services/index.md index 921009894..9c59e4a1d 100644 --- a/docs/content/routing/services/index.md +++ b/docs/content/routing/services/index.md @@ -573,7 +573,7 @@ that will be set as client certificates for mTLS. http: serversTransports: mytransport: - certficates: + certificates: - certFile: foo.crt keyFile: bar.crt ```