Skip to content

Commit 488eb98

Browse files
authored
Merge pull request jsonwebtoken#368 from jsonwebtoken/fix/wrong-wording
Change wrong/confusing wording in the introduction
2 parents 779beff + def94f9 commit 488eb98

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
@@ -27,7 +27,7 @@ Let's break down the different parts.
2727

2828
### Header
2929

30-
The header *typically* consists of two parts: the type of the token, which is JWT, and the hashing algorithm being used, such as HMAC SHA256 or RSA.
30+
The header *typically* consists of two parts: the type of the token, which is JWT, and the signing algorithm being used, such as HMAC SHA256 or RSA.
3131

3232
For example:
3333

0 commit comments

Comments
 (0)