From a02bd2f58673f2c5a15c5fecfddf5dd181c5ec8d Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Thu, 5 Feb 2015 12:02:03 -0500 Subject: [PATCH] Finalize cleanups for docs/agent/http/acl. --- website/source/docs/agent/http/acl.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/http/acl.html.markdown b/website/source/docs/agent/http/acl.html.markdown index 4ebfa07ce0..b3b50abbba 100644 --- a/website/source/docs/agent/http/acl.html.markdown +++ b/website/source/docs/agent/http/acl.html.markdown @@ -132,7 +132,7 @@ tokens without complex rule management. The request is automatically routed to the authoritative ACL datacenter. Requests to this endpoint must be made with a management token. -As with `create, a successful response body will return the `ID` of the newly +As with `create`, a successful response body will return the `ID` of the newly created ACL, like so: ```javascript @@ -143,7 +143,7 @@ created ACL, like so: ### /v1/acl/list -The list endpoint must hit with a GET. It lists all the active +The list endpoint must be hit with a GET. It lists all the active ACL tokens. This is a privileged endpoint and requires a management token.