From df5f19ebf99f476a164904a3a419c9b42337cd48 Mon Sep 17 00:00:00 2001 From: Russ Ferriday Date: Tue, 18 May 2021 11:17:52 +0100 Subject: [PATCH] fix a couple of typos --- schema/adobe_oauth | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/schema/adobe_oauth b/schema/adobe_oauth index a107928..6b5179b 100644 --- a/schema/adobe_oauth +++ b/schema/adobe_oauth @@ -8,23 +8,23 @@ adobe : "AdobeSign"; adobe alt client: "Obtain Token" { ---: New Token; client => adobe: "Get authorization URL (+ redirect_url, + application_id)"; -adobe >> client: "authoritation url"; +adobe >> client: "authorization url"; -client => adobe: "Call authoritation_url"; +client => adobe: "Call authorization_url"; client alt adobe: "! Already logged in" { client => adobe: "Login Process and Consent"; }; adobe >> client: "redirect_url (+ code)"; client => adobe: "Get Token (+ application id, + application secret, + code)"; -adobe >> client: "acces_token + refresh_token"; +adobe >> client: "access_token + refresh_token"; ---: Refresh the Token; client => adobe: "Refresh Token (+ redirect_url, + application_id, + application secret)"; -adobe >> client: acces_token; +adobe >> client: access_token; }; client box adobe: "Usage example"; client => adobe: "Post Agreement (+ access_token)"; -adobe >> client: "agreement_id"; \ No newline at end of file +adobe >> client: "agreement_id";