Skip to content

Commit f3f0530

Browse files
authored
Merge pull request jsonwebtoken#246 from anauleau/patch-1
Fixes grammatical error
2 parents 8396c41 + a4f901d commit f3f0530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/md/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then, this JSON is **Base64Url** encoded to form the first part of the JWT.
4949
The second part of the token is the payload, which contains the claims. Claims are statements about an entity (typically, the user) and additional metadata.
5050
There are three types of claims: *reserved*, *public*, and *private* claims.
5151

52-
- **Reserved claims**: These is a set of predefined claims which are not mandatory but recommended, to provide a set of useful, interoperable claims. Some of them are: **iss** (issuer), **exp** (expiration time), **sub** (subject), **aud** (audience), and others.
52+
- **Reserved claims**: These are a set of predefined claims which are not mandatory but recommended, to provide a set of useful, interoperable claims. Some of them are: **iss** (issuer), **exp** (expiration time), **sub** (subject), **aud** (audience), and others.
5353

5454
> Notice that the claim names are only three characters long as JWT is meant to be compact.
5555

0 commit comments

Comments
 (0)