Spelling fix on K/V vs KV (#4860)

One of the mentions of KV store had a slash between K and V.  For consistency with the rest of the doc, I removed it.
This commit is contained in:
Mitch Pronschinske 2018-10-26 16:54:26 -04:00 committed by Jack Pearkes
parent 02e5dc2b45
commit 35b3b6b54b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ This step assumes you have at least one Consul agent already running.
## Simple Usage
To demonstrate how simple it is to get started, we will manipulate a few keys in
the K/V store. There are two ways to interact with the Consul KV store: via the
the KV store. There are two ways to interact with the Consul KV store: via the
HTTP API and via the Consul KV CLI. The examples below show using the Consul KV
CLI because it is the easiest to get started. For more advanced integrations,
you may want to use the [Consul KV HTTP API][kv-api]