From a4ff0942165ca2a20b299dce8f5f401977c3271e Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sun, 3 Aug 2014 17:55:22 -0400 Subject: [PATCH] paramter -> parameter --- website/source/intro/getting-started/kv.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/kv.html.markdown b/website/source/intro/getting-started/kv.html.markdown index 5c8dcf70e8..f55b76470c 100644 --- a/website/source/intro/getting-started/kv.html.markdown +++ b/website/source/intro/getting-started/kv.html.markdown @@ -85,7 +85,7 @@ $ curl http://localhost:8500/v1/kv/web?recurse A key can be updated by setting a new value by issuing the same PUT request. Additionally, Consul provides a Check-And-Set operation, enabling atomic -key updates. This is done by providing the `?cas=` paramter with the last +key updates. This is done by providing the `?cas=` parameter with the last `ModifyIndex` value from the GET request. For example, suppose we wanted to update "web/key1":