From 803b4e01a7958636b6f141a5011a2d90f654eda8 Mon Sep 17 00:00:00 2001 From: Jack Hu Date: Sun, 19 Apr 2015 18:01:36 +0800 Subject: [PATCH] fix typo --- terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminology.md b/terminology.md index 5dfc7b07..8b2eae66 100755 --- a/terminology.md +++ b/terminology.md @@ -7,7 +7,7 @@ permalink: /terminology/ # Terminology * `Access token` - A token used to access protected resources -* `Authorization code` - An intermidiary token generated when a user authorizes a client to access protected resources on their behalf. The client receives this token and exchanges it for an access token. +* `Authorization code` - An intermediary token generated when a user authorizes a client to access protected resources on their behalf. The client receives this token and exchanges it for an access token. * `Authorization server` - A server which issues access tokens after successfully authenticating a client and resource owner, and authorizing the request. * `Client` - An application which accesses protected resources on behalf of the resource owner (such as a user). The client could hosted on a server, desktop, mobile or other device. * `Grant` - A grant is a method of acquiring an access token.