From acee74e9dbd681b34ecb6d98b808f05f8484ade1 Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Thu, 25 Jul 2019 16:13:34 -0600 Subject: [PATCH] fix rendering Signed-off-by: Colin Sullivan --- nats_server/monitoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nats_server/monitoring.md b/nats_server/monitoring.md index 7ce441e..0ea09bd 100644 --- a/nats_server/monitoring.md +++ b/nats_server/monitoring.md @@ -142,9 +142,9 @@ It uses a paging mechanism which defaults to 1024 connections. | offset | number > 0 | Pagination offset. Default is 0. | | limit | number > 0 | Number of results to return. Default is 1024. | | cid | number, valid id | Return a connection by it's id | -| state | open \| *closed \| any | Return connections of partular state. Default is open. | +| state | open, *closed, any | Return connections of partular state. Default is open. | -*`*The server will hold the last 10,000 closed connections.`* +*The server will default to holding the last 10,000 closed connections.* ##### Sort Options