diff --git a/agent/config/runtime.go b/agent/config/runtime.go index 15a918bff0..a65d57f2b6 100644 --- a/agent/config/runtime.go +++ b/agent/config/runtime.go @@ -833,7 +833,7 @@ type RuntimeConfig struct { // KVMaxValueSize controls the max allowed value size. If not set defaults // to raft's suggested max value size. // - // hcl: limit { kv_max_value_size = uint64 } + // hcl: limits { kv_max_value_size = uint64 } KVMaxValueSize uint64 // LeaveDrainTime is used to wait after a server has left the LAN Serf