Skip to content

Commit aba6487

Browse files
committed
Typo
1 parent 7a0b1a6 commit aba6487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/website/md/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If the token is sent in the `Authorization` header, Cross-Origin Resource Sharin
107107

108108
The following diagram shows how a JWT is obtained and used to access APIs or resources:
109109

110-
![How does a JSON Web Token works](https://cdn2.auth0.com/docs/media/articles/api-auth/client-credentials-grant.png)
110+
![How does a JSON Web Token work](https://cdn2.auth0.com/docs/media/articles/api-auth/client-credentials-grant.png)
111111

112112
1. The application or client requests authorization to the authorization server. This is performed through one of the different authorization flows. For example, a typical [OpenID Connect](http://openid.net/connect/) compliant web application will go through the `/oauth/authorize` endpoint using the [authorization code flow](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth).
113113
2. When the authorization is granted, the authorization server returns an access token to the application.

0 commit comments

Comments
 (0)