From 0715ae968d49c0cced491b85986ef8f6d9837554 Mon Sep 17 00:00:00 2001 From: Scott Pynn Date: Mon, 8 Jan 2018 12:02:10 -0500 Subject: [PATCH] Corrected word order sequence Also removed a couple of extraneous spaces. --- website/source/api/index.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/api/index.html.md b/website/source/api/index.html.md index 5286fdd43a..83843b1f86 100644 --- a/website/source/api/index.html.md +++ b/website/source/api/index.html.md @@ -9,7 +9,7 @@ description: |- # HTTP API -The main interface to Consul is a RESTful HTTP API. The API can basic perform +The main interface to Consul is a RESTful HTTP API. The API can perform basic CRUD operations on nodes, services, checks, configuration, and more. ## Version Prefix @@ -37,8 +37,8 @@ For more details about ACLs, please see the [ACL Guide](/docs/guides/acl.html). ## Authentication When authentication is enabled, a Consul token should be provided to API -requests using the `X-Consul-Token` header. This reduces the probability of the -token accidentally getting logged or exposed. When using authentication, +requests using the `X-Consul-Token` header. This reduces the probability of the +token accidentally getting logged or exposed. When using authentication, clients should communicate via TLS. Here is an example using `curl`: