Merge pull request #429 from lra/doc_fix

Small typo in the doc
This commit is contained in:
Armon Dadgar 2014-10-23 12:55:03 -07:00
commit 21012f58c6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ on legacy clients.
Enforcement is always done by the server nodes. All servers must be [configured
to provide](/docs/agent/options.html) an `acl_datacenter`, which enables
ACL enforcement but also specified the authoritative datacenter. Consul does not
ACL enforcement but also specifies the authoritative datacenter. Consul does not
replicate data cross-WAN, and instead relies on [RPC forwarding](/docs/internal/architecture.html)
to support Multi-Datacenter configurations. However, because requests can be
made across datacenter boundaries, ACL tokens must be valid globally. To avoid