From 28fc0fd912cee57a6aae13f851d8d726f5d33c74 Mon Sep 17 00:00:00 2001 From: Christian Berg Date: Tue, 23 Sep 2014 15:24:19 +0200 Subject: [PATCH] Fix typo Should be whitelist, not whilelist. --- website/source/docs/internals/acl.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/acl.html.markdown b/website/source/docs/internals/acl.html.markdown index 166094fa09..29c2d0660f 100644 --- a/website/source/docs/internals/acl.html.markdown +++ b/website/source/docs/internals/acl.html.markdown @@ -55,7 +55,7 @@ servers to resolve tokens. Consul provides a number of configurable `acl_down_po choices to tune behavior. It is possible to deny or permit all actions, or to ignore cache TTLs and enter a fail-safe mode. -ACLs can also act in either a whilelist or blacklist mode depending +ACLs can also act in either a whitelist or blacklist mode depending on the configuration of `acl_default_policy`. If the default policy is to deny all actions, then token rules can be set to allow or whitelist actions. In the inverse, the allow all default behavior is a blacklist,