From c3a436cc0caca4c235f3907a312ca77650fccb1f Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Mon, 8 Sep 2014 12:32:06 -0500 Subject: [PATCH] fix a/an typos Change-Id: I382e1d98262968dae0c72799453e2af58d1c6af1 --- v3/src/markdown/identity-api-v3-os-federation-ext.md | 2 +- v3/src/markdown/identity-api-v3-os-oauth1-ext.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/src/markdown/identity-api-v3-os-federation-ext.md b/v3/src/markdown/identity-api-v3-os-federation-ext.md index c005b002..bf522605 100644 --- a/v3/src/markdown/identity-api-v3-os-federation-ext.md +++ b/v3/src/markdown/identity-api-v3-os-federation-ext.md @@ -751,7 +751,7 @@ Example Mapping Rules ### Map identities to their own groups This is an example of *Attribute type and value mappings*, where an attribute -type and value are mapped into a Identity API property and value. +type and value are mapped into an Identity API property and value. { "rules": [ diff --git a/v3/src/markdown/identity-api-v3-os-oauth1-ext.md b/v3/src/markdown/identity-api-v3-os-oauth1-ext.md index 22a89994..e09e6488 100644 --- a/v3/src/markdown/identity-api-v3-os-oauth1-ext.md +++ b/v3/src/markdown/identity-api-v3-os-oauth1-ext.md @@ -37,7 +37,7 @@ Delegated Authentication via OAuth is done in five steps: Token](#authorize-request-token-put-os-oauth1authorizerequest_token_id). 4. The Consumer [exchanges the Request Token for an Access Token](#create-access-token-post-os-oauth1access_token). -5. The Consumer [uses the Access Token to request a Identity API service +5. The Consumer [uses the Access Token to request an Identity API service Token](#request-an-identity-api-token-post-authtokens). API Resources