Fix typo in config HTTP API documentation

This commit is contained in:
Rémi Lapeyre 2019-09-21 17:17:02 +02:00 committed by Blake Covarrubias
parent 0604934e13
commit 7190af29ac
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ The table below shows this endpoint's support for
{ {
"Kind": "service-defaults", "Kind": "service-defaults",
"Name": "web", "Name": "web",
"Protocol": "http", "Protocol": "http"
} }
``` ```