diff --git a/website/source/docs/agent/http/operator.html.markdown b/website/source/docs/agent/http/operator.html.markdown index 763625c703..d4e5993177 100644 --- a/website/source/docs/agent/http/operator.html.markdown +++ b/website/source/docs/agent/http/operator.html.markdown @@ -14,7 +14,7 @@ as interacting with the Raft subsystem. This was added in Consul 0.7. ~> Use this interface with extreme caution, as improper use could lead to a Consul outage and even loss of data. -If ACLs are enabled then a token with operator privileges may required in +If ACLs are enabled then a token with operator privileges may be required in order to use this interface. See the [ACL](/docs/internals/acl.html#operator) internals guide for more information. diff --git a/website/source/docs/commands/operator.html.markdown b/website/source/docs/commands/operator.html.markdown index 4f18a925e3..24001366d7 100644 --- a/website/source/docs/commands/operator.html.markdown +++ b/website/source/docs/commands/operator.html.markdown @@ -16,7 +16,7 @@ as interacting with the Raft subsystem. This was added in Consul 0.7. ~> Use this command with extreme caution, as improper use could lead to a Consul outage and even loss of data. -If ACLs are enabled then a token with operator privileges may required in +If ACLs are enabled then a token with operator privileges may be required in order to use this command. Requests are forwarded internally to the leader if required, so this can be run from any Consul node in a cluster. See the [ACL](/docs/internals/acl.html#operator) internals guide for more information.