diff --git a/SUMMARY.md b/SUMMARY.md index dd36294..f04c6ed 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -65,7 +65,7 @@ * [Explore NATS Request/Reply](developing-with-nats/tutorials/reqreply.md) * [Explore NATS Queueing](developing-with-nats/tutorials/queues.md) * [Advanced Connect and Custom Dialer in Go](developing-with-nats/tutorials/custom_dialer.md) - * [In Depth JWT guide](developing-with-nats/tutorials/jwt.md) + * [In Depth JWT Guide](developing-with-nats/tutorials/jwt.md) ## NATS Server diff --git a/developing-with-nats/tutorials/README.md b/developing-with-nats/tutorials/README.md index 74d7658..1b5a8a2 100644 --- a/developing-with-nats/tutorials/README.md +++ b/developing-with-nats/tutorials/README.md @@ -6,5 +6,5 @@ Tutorials are provided to give guidance on commonly used aspects of NATS. * [Explore NATS Request/Reply](reqreply.md) * [Explore NATS Queueing](queues.md) * [Advanced Connect and Custom Dialer in Go](custom_dialer.md) -* [In depth JWT guide](jwt.md) +* [In Depth JWT Guide](jwt.md) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index 5ed193d..b7493fe 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1,4 +1,4 @@ -# In Depth JWT guide +# In Depth JWT Guide This document provides a step by step deep dive into JWT usage within NATS. Starting with related concepts, it will introduce JWTs and how they can be used in NATS. This will NOT list every JWT/nsc option, but will focus on the important options and concepts. diff --git a/nats-server/configuration/monitoring.md b/nats-server/configuration/monitoring.md index c39e43a..5bffe94 100644 --- a/nats-server/configuration/monitoring.md +++ b/nats-server/configuration/monitoring.md @@ -528,7 +528,7 @@ The `/accountz` endpoint reports information on a server's active accounts. The **Endpoint:** `http://server:port/accountz` -| Result | Return Code | +| Result | Return Code | | :--- | :--- | | Success | 200 \(OK\) | | Error | 400 \(Bad Request\) |