From 5a0b824ae0d393485a0d14b8211a66b4d8c2fc8c Mon Sep 17 00:00:00 2001 From: Bradley Falzon Date: Wed, 21 Dec 2016 14:02:26 +1030 Subject: [PATCH] Fix typo in command/kv/put doc --- website/source/docs/commands/kv/put.html.markdown.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/kv/put.html.markdown.erb b/website/source/docs/commands/kv/put.html.markdown.erb index 2a7858c10c..5719f15677 100644 --- a/website/source/docs/commands/kv/put.html.markdown.erb +++ b/website/source/docs/commands/kv/put.html.markdown.erb @@ -34,7 +34,7 @@ Usage: `consul kv put [options] KEY [DATA]` * `-modify-index=` - Unsigned integer representing the ModifyIndex of the key. This is used in combination with the -cas flag. -* `-release` - Forfeit the lock on the key at the givne path. This requires the +* `-release` - Forfeit the lock on the key at the given path. This requires the -session flag to be set. The key must be held by the session in order to be unlocked. The default value is false.