diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index 1920041..b2015a7 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -286,7 +286,7 @@ User of the same account should be able to connect from anywhere in the same inf #### Key Takeaways -* Break up config into separate artifacts manageable by different entities +* Configuration is broken up into separate artifacts manageable by different entities * Separate accounts from config and user from accounts * Accounts do NOT correspond to infrastructure, they correspond to teams or applications. * Connect to any cluster in the same infrastructure and be able to communicate with all other user in your account.