From ad60a369f8b4dca1e70e0b7e8e8e133a4616c567 Mon Sep 17 00:00:00 2001 From: Scott Pynn Date: Fri, 19 May 2017 15:15:27 -0400 Subject: [PATCH] Spelling Error `Sample Respons` should be `Sample Response`. --- website/source/api/catalog.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/catalog.html.md b/website/source/api/catalog.html.md index 377b71bc1..44838a8fd 100644 --- a/website/source/api/catalog.html.md +++ b/website/source/api/catalog.html.md @@ -220,7 +220,7 @@ $ curl \ https://consul.rocks/v1/catalog/datacenters ``` -### Sample Respons +### Sample Response ```json ["dc1", "dc2"]