From 35381707dbf3cf6e6679289ab75db0d36ecc5b4e Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 1 Feb 2019 12:26:22 -0800 Subject: [PATCH] Fix grammar in influxdb_v2 README --- plugins/outputs/influxdb_v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/outputs/influxdb_v2/README.md b/plugins/outputs/influxdb_v2/README.md index 0c99691bd..245391d48 100644 --- a/plugins/outputs/influxdb_v2/README.md +++ b/plugins/outputs/influxdb_v2/README.md @@ -19,7 +19,7 @@ The InfluxDB output plugin writes metrics to the [InfluxDB v2.x] HTTP service. ## Organization is the name of the organization you wish to write to. organization = "" - ## Bucket to the name fo the bucketwrite into; must exist. + ## Destination bucket to write into. bucket = "" ## Timeout for HTTP messages.