From 8d62353d0005f8739c71c04d1aaf9a7e680645e1 Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Mon, 13 May 2019 08:22:17 -0700 Subject: [PATCH] docs: fixed typos (#5832) Fixed typos: persmissions/permissions + regardles/regardless --- website/source/docs/agent/options.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index fb854744c6..b27703a293 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -573,7 +573,7 @@ default will automatically work with some tooling. a whitelist: any operation not specifically allowed is blocked. *Note*: this will not take effect until you've enabled ACLs. - * `enable_key_list` - Either "enabled" or "disabled", defaults to "disabled". When enabled, the `list` permission will be required on the prefix being recursively read from the KV store. Regardless of being enabled, the full set of KV entries under the prefix will be filtered to remove any entries that the request's ACL token does not grant at least read persmissions. This option is only available in Consul 1.0 and newer. + * `enable_key_list` - Either "enabled" or "disabled", defaults to "disabled". When enabled, the `list` permission will be required on the prefix being recursively read from the KV store. Regardless of being enabled, the full set of KV entries under the prefix will be filtered to remove any entries that the request's ACL token does not grant at least read permissions. This option is only available in Consul 1.0 and newer. * `enable_token_replication` - By default secondary Consul datacenters will perform replication of only ACL policies and roles. @@ -1141,7 +1141,7 @@ default will automatically work with some tooling. * `enable_debug` When set, enables some additional debugging features. Currently, this is only used to access runtime profiling HTTP endpoints, which - are available with an `operator:read` ACL regardles of the value of `enable_debug`. + are available with an `operator:read` ACL regardless of the value of `enable_debug`. * `enable_script_checks` Equivalent to the [`-enable-script-checks` command-line flag](#_enable_script_checks).