From 6ef72752f1c1d717d393230aa29ab03b7107f94c Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Mon, 15 Feb 2021 12:43:26 -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 0d6d3d5..27e25f5 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -160,7 +160,7 @@ This configuration is typically controlled by one organization or the administra #### Key Takeaways * Accounts are isolated from each other -* ability to selectively combine accounts +* One can selectively combine accounts * Need to modify a config file to add/remove/modify accounts and user ### What are NKEYs?