Fix typo in server transports documentation

This commit is contained in:
Tim Obezuk 2021-01-26 00:20:04 -08:00 committed by GitHub
parent 1305bf49a5
commit 5f9a84fc8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -573,7 +573,7 @@ that will be set as client certificates for mTLS.
http:
serversTransports:
mytransport:
certficates:
certificates:
- certFile: foo.crt
keyFile: bar.crt
```