From 2bc6b49bab23e37ad19b1d5bbeef5fd6946865c4 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:18:53 -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 712052c..b3f1c9b 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1472,7 +1472,7 @@ When signing keys where used, the account identity NKEY would only be needed to #### Revocations JWT for user, activations and accounts can be explicitly revoked. -Furthermore can signing keys be removed, thus invalidating all JWT signed by the removed NKEY. +Furthermore can signing keys be removed, thus invalidating all JWTs signed by the removed NKEY. ##### User