From 8b1e9c921d8d4c853fbac00555c68ad305143434 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 8903a57c56c4c..161b5547325f2 100644 --- a/docs/sources/send-data/fluentbit/_index.md +++ b/docs/sources/send-data/fluentbit/_index.md @@ -128,7 +128,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