From dc6d8300dd5ea87ccde5aeecdc4020bf89476b4c Mon Sep 17 00:00:00 2001 From: Taylor Mansfield <962444+lavahot@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:01:23 -0700 Subject: [PATCH] docs: Fix awkwardly worded line about fluent-cli (#14197) Co-authored-by: J Stickler (cherry picked from commit 170217f38f113b46d9ef5483585b26767661ea79) --- docs/sources/send-data/fluentbit/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/send-data/fluentbit/_index.md b/docs/sources/send-data/fluentbit/_index.md index 2c2845d766d3c..ea2af6a4ac4b7 100644 --- a/docs/sources/send-data/fluentbit/_index.md +++ b/docs/sources/send-data/fluentbit/_index.md @@ -130,7 +130,7 @@ For more information about this see our [AWS documentation]({{< relref "../promt First, you need to follow the [instructions](https://github.com/grafana/loki/blob/main/clients/cmd/fluent-bit/README.md) in order to build the plugin dynamic library. -The assuming you have Fluent Bit installed in your `$PATH` you can run the plugin using: +Assuming you have Fluent Bit installed in your `$PATH`, you can run the plugin using: ```bash fluent-bit -e /path/to/built/out_grafana_loki.so -c fluent-bit.conf