Skip to content

Commit 248b09a

Browse files
authored
Merge pull request jsonwebtoken#208 from silvermanj7/patch-2
Grammar error
2 parents 30bd43e + 7e68ae7 commit 248b09a

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
@@ -5,7 +5,7 @@ JSON Web Token (JWT) is an open standard ([RFC 7519](https://tools.ietf.org/html
55

66
Let's explain some concepts of this definition further.
77

8-
- **Compact**: Because of its smaller size, JWTs can be sent through an URL, POST parameter, or inside an HTTP header. Additionally, the smaller size means transmission is fast.
8+
- **Compact**: Because of their smaller size, JWTs can be sent through a URL, POST parameter, or inside an HTTP header. Additionally, the smaller size means transmission is fast.
99

1010
- **Self-contained**: The payload contains all the required information about the user, avoiding the need to query the database more than once.
1111

0 commit comments

Comments
 (0)