Fix typo 'paylaod' -> 'payload' (#793)

This commit is contained in:
tungj 2023-08-08 05:17:05 +08:00 committed by GitHub
parent 7376d160e0
commit db94dc7b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ The JWT specification also provides for the ability to encrypt and decrypt a JWT
1. guarantees that no-one other than the intended JWT recipient can see the JWT `payload` (it is confidential), and
2. guarantees that no-one has manipulated or changed the JWT after it was created (its integrity is maintained).
These two properties - confidentiality and integrity - assure us that an encrypted JWT contains a `paylaod` that
These two properties - confidentiality and integrity - assure us that an encrypted JWT contains a `payload` that
no-one else can see, _nor_ has anyone changed or altered the data in transit.
Encryption and confidentiality seem somewhat obvious: if you encrypt a message, it is confidential by the notion that