docs: fix misspelling of countdash example

This commit is contained in:
Seth Hoenig
2020-05-07 14:00:00 -06:00
parent 3abfef4536
commit 011c0cc4f8

View File

@@ -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`.