From 760edb4703f764877fcbd8a9dec36abe19f33da4 Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Tue, 10 Dec 2019 13:05:47 -0500 Subject: [PATCH] Fix Control API endpoint table rendering (#3363) --- docs/content/en/docs/design/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/design/api.md b/docs/content/en/docs/design/api.md index 7858ebac568..407c2cac656 100644 --- a/docs/content/en/docs/design/api.md +++ b/docs/content/en/docs/design/api.md @@ -104,7 +104,7 @@ kick off a suite of Selenium tests against the newly deployed service. | protocol | endpoint | encoding | | ---- | --- | --- | -| HTTP | `http://localhost:{HTTP_RPC_PORT}/v1/events` | newline separated JSON using chunk transfer encoding over HTTP| +| HTTP | `http://localhost:{HTTP_RPC_PORT}/v1/events` | newline separated JSON using chunk transfer encoding over HTTP| | gRPC | `client.Events(ctx)` method on the [`SkaffoldService`]({{< relref "/docs/references/api#skaffoldservice">}}) | protobuf 3 over HTTP |