diff --git a/content/influxdb/v2.4/reference/sample-data.md b/content/influxdb/v2.4/reference/sample-data.md index a119fad31..7e2cd79a1 100644 --- a/content/influxdb/v2.4/reference/sample-data.md +++ b/content/influxdb/v2.4/reference/sample-data.md @@ -248,7 +248,7 @@ _Replace `example-bucket` with your target bucket_. import "influxdata/influxdb/sample" sample.data(set: "noaaWater") - |> to(bucket: "example-bucket" + |> to(bucket: "example-bucket") ``` The NOAA water sample dataset is used to demonstrate Flux queries in the diff --git a/content/influxdb/v2.5/reference/sample-data.md b/content/influxdb/v2.5/reference/sample-data.md index 780540784..971a304db 100644 --- a/content/influxdb/v2.5/reference/sample-data.md +++ b/content/influxdb/v2.5/reference/sample-data.md @@ -271,7 +271,7 @@ _Replace `example-bucket` with your target bucket_. import "influxdata/influxdb/sample" sample.data(set: "noaaWater") - |> to(bucket: "example-bucket" + |> to(bucket: "example-bucket") ``` The NOAA water sample dataset is used to demonstrate Flux queries in the