From 01c7e4b3df65da91fd2457428b4a82166b05e3b5 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Thu, 25 Apr 2019 12:24:28 -0500 Subject: [PATCH] docs: fix some minor acl related typos (#5711) --- website/source/docs/commands/acl/acl-policy.html.md.erb | 2 +- website/source/docs/commands/acl/acl-token.html.md.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/commands/acl/acl-policy.html.md.erb b/website/source/docs/commands/acl/acl-policy.html.md.erb index 06ec290a6..5562b6f37 100644 --- a/website/source/docs/commands/acl/acl-policy.html.md.erb +++ b/website/source/docs/commands/acl/acl-policy.html.md.erb @@ -25,7 +25,7 @@ Usage: `consul acl policy [options] [args]` Either set the `CONSUL_HTTP_TOKEN` environment variable to the tokens secret ID or pass the secret ID as the value of the `-token` parameter. -## Identitying Polices +## Identifying Policies In several of the subcommands a policy will have to be identified to be read, modified or deleted. Those subcommands support specifying the policy by its ID using the `-id` parameter or by name using the `-name` parameter. When specifying the policy diff --git a/website/source/docs/commands/acl/acl-token.html.md.erb b/website/source/docs/commands/acl/acl-token.html.md.erb index 24d6d418e..ac3044809 100644 --- a/website/source/docs/commands/acl/acl-token.html.md.erb +++ b/website/source/docs/commands/acl/acl-token.html.md.erb @@ -26,14 +26,14 @@ Usage: `consul acl token [options] [args]` Either set the `CONSUL_HTTP_TOKEN` environment variable to the tokens secret ID or pass the secret ID as the value of the `-token` parameter. -## Identitying Tokens +## Identifying Tokens In several of the subcommands a token will have to be identified to be read, modified or deleted. Those subcommands support specifying the token by its ID using the `-id` parameter. The ID may be specified as a unique UUID prefix instead of the entire UUID. As long as it is unique it will be resolve to the full UUID and used. Additionally builtin token names will be accepted as the value of the `-id`. -Builtin Policies: +Builtin Tokens: | Token UUID | Token Name | | ------------------------------------ | ----------------- |