From f29f6cf6a13ef4ed0f99d0a0422e9a6054e3b35a Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Mon, 18 Jul 2022 15:04:41 -0600 Subject: [PATCH] docs: run make-docs (#11514) --- plugins/inputs/nats_consumer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/nats_consumer/README.md b/plugins/inputs/nats_consumer/README.md index 542611030..4b422121d 100644 --- a/plugins/inputs/nats_consumer/README.md +++ b/plugins/inputs/nats_consumer/README.md @@ -24,7 +24,7 @@ instances of telegraf can read from a NATS cluster in parallel. ## With jetstream the nats-server persists messages and ## a consumer can consume historical messages. This is ## useful when telegraf needs to restart it don't miss a - ## message. You need to configure the nats-server: + ## message. You need to configure the nats-server. ## https://docs.nats.io/nats-concepts/jetstream. jetstream_subjects = ["js_telegraf"]