From fb2ffef849c858597c67a75254608c3f9de3f0cb Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Thu, 12 Sep 2019 15:24:20 -0700 Subject: [PATCH] docs: Fix typo in acl/acl-rules --- website/source/docs/acl/acl-rules.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/acl/acl-rules.html.md b/website/source/docs/acl/acl-rules.html.md index 1b8d9c2aa7..d1e44d258f 100644 --- a/website/source/docs/acl/acl-rules.html.md +++ b/website/source/docs/acl/acl-rules.html.md @@ -184,7 +184,7 @@ agent_prefix "bar" { Agent rules are keyed by the node name they apply to. In the example above the rules allow read-only access to any node name by using the empty prefix, read-write access to -the node with the _exact_ name `foo`, and denies all access to any noe name that starts +the node with the _exact_ name `foo`, and denies all access to any node name that starts with `bar`. Since [Agent API](/api/agent.html) utility operations may be required before an agent is joined to