Skip to content

Commit 7e68ae7

Browse files
authored
Grammar fix
1 parent 095fa58 commit 7e68ae7

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 a 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)