docs: fixed typo (#5844)

Fixed typo: reqired/required.
This commit is contained in:
Justin Weissig 2019-05-15 08:55:29 -07:00 committed by kaitlincarter-hc
parent c2c22a35fb
commit 9e33bb626d
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ allow read-only access to any node name by using the empty prefix, read-write ac
the node with the _exact_ name `foo`, and denies all access to any noe name that starts
with `bar`.
Since [Agent API](/api/agent.html) utility operations may be reqired before an agent is joined to
Since [Agent API](/api/agent.html) utility operations may be required before an agent is joined to
a cluster, or during an outage of the Consul servers or ACL datacenter, a special token may be
configured with [`acl.tokens.agent_master`](/docs/agent/options.html#acl_tokens_agent_master) to allow
write access to these operations even if no ACL resolution capability is available.