From a9367c17d0e2f665c11800b99b15c3313722c624 Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Tue, 28 Apr 2015 22:04:58 -0700 Subject: [PATCH] Fix documentation typo. --- builtin/credential/app-id/backend.go | 6 +++--- website/source/docs/auth/app-id.html.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/builtin/credential/app-id/backend.go b/builtin/credential/app-id/backend.go index 573ed834b3..0425347b24 100644 --- a/builtin/credential/app-id/backend.go +++ b/builtin/credential/app-id/backend.go @@ -112,9 +112,9 @@ generated by an operator and configured into the backend. The ID itself is usually a UUID, but any hard-to-guess unique value can be used. After creating app IDs, an operator authorizes a fixed set of user IDs -with each app ID. When the valid {app ID, user ID} set is tuple is given -to the "login" path, then the user is authenticated with the configured -app ID policies. +with each app ID. When a valid {app ID, user ID} tuple is given to the +"login" path, then the user is authenticated with the configured app +ID policies. The user ID can be any value (just like the app ID), however it is generally a value unique to a machine, such as a MAC address or instance ID, diff --git a/website/source/docs/auth/app-id.html.md b/website/source/docs/auth/app-id.html.md index 6fdfcc9bbc..cbb10f4a6b 100644 --- a/website/source/docs/auth/app-id.html.md +++ b/website/source/docs/auth/app-id.html.md @@ -50,9 +50,9 @@ generated by an operator and configured into the backend. The ID itself is usually a UUID, but any hard-to-guess unique value can be used. After creating app IDs, an operator authorizes a fixed set of user IDs -with each app ID. When the valid {app ID, user ID} set is tuple is given -to the "login" path, then the user is authenticated with the configured -app ID policies. +with each app ID. When a valid {app ID, user ID} tuple is given to the +"login" path, then the user is authenticated with the configured app +ID policies. The user ID can be any value (just like the app ID), however it is generally a value unique to a machine, such as a MAC address or instance ID,