From fd8ca22fa5950dd9a8f2af8d11a14f4901db03d7 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Mon, 15 Feb 2021 12:43:07 -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 14fe6b6..692e279 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -132,7 +132,7 @@ accounts: { } ``` -Same example, this time with messages crossing explicit account boundaries. +Here is a similar example, this time with messages crossing explicit account boundaries. ```text > nats -s nats://a:a@localhost:4222 sub ">" &