From 1dd40dc58a9e69b786061f37c67640105a5558d2 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:18:21 -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 a105329..712052c 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1346,7 +1346,7 @@ leafnodes { ### Connecting Accounts As shown in [what are accounts](#what-are-accounts), they can be connected via exports and imports. -While in config this is straight forward, in jwt this becomes a bit more complicated. +While in configuration files this is straight forward, this becomes a bit more complicated when using JWTs In part this is due to the addition of new concepts such as public/private/activation tokens that do not make sense in a config based context. #### Exports