From 80790cba17b5b477eee0c66cda41a69b071d72b1 Mon Sep 17 00:00:00 2001 From: Ben Iofel Date: Thu, 16 Feb 2023 08:36:05 -0500 Subject: [PATCH] Fix yaml indentation in the HTTP3 example --- docs/content/routing/entrypoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index ece0f2c0b..bc7ff18e9 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -320,7 +320,7 @@ this entryPoint is the same as the one used for TLS traffic. ```yaml tab="File (YAML)" entryPoints: name: - http3: {} + http3: {} ``` ```toml tab="File (TOML)"