diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index 8c1b774..9c5733a 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -572,7 +572,7 @@ A deeper understanding of accounts will help you to best setup NATS JWT based se * What entity do accounts correspond to: Our official suggestion is to scope accounts by application/service offered. - This is very fine grain and will require some configuration. + This is very fine grained and will require some configuration. This is why some users gravitate to accounts per team. One account for all Applications of a team. It is possible to start out with less granular accounts and as applications grow in importance or scale become more fine grained. * Compared to file based config, Imports and Exports change slightly.