Corrected word order sequence

Also removed a couple of extraneous spaces.
This commit is contained in:
Scott Pynn 2018-01-08 12:02:10 -05:00 committed by GitHub
parent 8837a18d25
commit 0715ae968d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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