Skip to content

Commit 1ee71ff

Browse files
committed
typo
1 parent b7b810a commit 1ee71ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are many different types of tokens and many formats. You should not be cre
3636

3737
### Access tokens
3838

39-
An access token is a string used by a client application to make requests to the server implementing an API. Access tokens can vary in format and different APIs may use different formats for their tokens.
39+
An access token is a string used by a client application to make requests to the server implementing an API. Access tokens can vary in format and different APIs may use different formats for the tokens.
4040

4141
An access token can be encrypted. Access tokens should never be read or interpreted by a web client or UI application holding the access token, only an API is the intended audience.
4242

0 commit comments

Comments
 (0)