From 5b59c48216c95d0b2175d4ecbf3bd62ed2ae6240 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:09:47 -0500 Subject: [PATCH] Update developing-with-nats/tutorials/jwt.md Co-authored-by: Colin Sullivan --- developing-with-nats/tutorials/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index f78d1a5..8e0a238 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -312,7 +312,7 @@ The referenced NKEY's role determines the JWT content. In addition, JWT can contain settings related to their decentralized nature, such as expiration/revocation/signing. At no point will a JWT contain the private portion of an NKEY. Signatures are verified with public NKEY. -JWT content can be viewed as public, although it's content may reveal which subjects/limits/permissions exist. +JWT content can be viewed as public, although the content may reveal which subjects/limits/permissions exist. #### Key Takeaways