Fix yaml indentation in the HTTP3 example

This commit is contained in:
Ben Iofel 2023-02-16 08:36:05 -05:00 committed by GitHub
parent 241fb5093a
commit 80790cba17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)"