diff --git a/docs/src/content/docs/resources/glossary.mdx b/docs/src/content/docs/resources/glossary.mdx index 129d2a5d..3ea052cd 100644 --- a/docs/src/content/docs/resources/glossary.mdx +++ b/docs/src/content/docs/resources/glossary.mdx @@ -14,7 +14,7 @@ An authorization server issues tokens to clients, which can then be used to perf ## Client -A client is an application or service, such as a mobile or web app, that interacts with the authorization server to obtain grants and tokens. A client uses these tokens to access resources on a resource server to perform actions, such as retriving transaction history and setting up payments, on behalf of a user or system. +A client is an application or service, such as a mobile or web app, that interacts with the authorization server to obtain grants and tokens. A client uses these tokens to access resources on a resource server to perform actions, such as retrieving transaction history and setting up payments, on behalf of a user or system. ## Grant Negotiation and Authorization Protocol (GNAP)