From 011c0cc4f870bf10da7e388be8bcc281e89279cb Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Thu, 7 May 2020 14:00:00 -0600 Subject: [PATCH] docs: fix misspelling of countdash example --- website/pages/docs/job-specification/connect.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/job-specification/connect.mdx b/website/pages/docs/job-specification/connect.mdx index dc01bcafe..15567cd1e 100644 --- a/website/pages/docs/job-specification/connect.mdx +++ b/website/pages/docs/job-specification/connect.mdx @@ -80,7 +80,7 @@ The following example includes specifying [`upstreams`][upstreams]. } ``` -The following is the complete `coutdash` example. It includes an API service +The following is the complete `countdash` example. It includes an API service and a frontend Dashboard service which connects to the API service as a Connect upstream. Once running, the dashboard is accessible at `localhost:9002`.