From a958dcefe8873ccef3b3591ea46a80e53d9e37be Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:12:50 -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 37255dd..8faa99f 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -530,7 +530,7 @@ resolver: URL(http://localhost:9090/jwt/v1/accouts/) * Basis for operating one nats-infrastructure to serve separate yet optionally connected entities without introducing separate systems * Account resolver are way to obtain unknown Account JWT * On connect clients provide User JWT -* JWT can be issued programmatically +* JWTs can be issued programmatically ### Deployment Models Enabled by Chain of Trust