From db94dc7b7973ca3089f9a6b3fefe50daa9aa0c16 Mon Sep 17 00:00:00 2001 From: tungj Date: Tue, 8 Aug 2023 05:17:05 +0800 Subject: [PATCH] Fix typo 'paylaod' -> 'payload' (#793) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a08a672..71df8654 100644 --- a/README.md +++ b/README.md @@ -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