diff --git a/website/cue/reference/remap/functions/parse_influxdb.cue b/website/cue/reference/remap/functions/parse_influxdb.cue index b98336661eae8..b220fa0180c5e 100644 --- a/website/cue/reference/remap/functions/parse_influxdb.cue +++ b/website/cue/reference/remap/functions/parse_influxdb.cue @@ -4,7 +4,7 @@ remap: functions: parse_influxdb: { category: "Parse" description: """ Parses the `value` as an [InfluxDB line protocol](https://docs.influxdata.com/influxdb/cloud/reference/syntax/line-protocol/) - string, producing a list of Vector-compatible metrics". + string, producing a list of Vector-compatible metrics. """ notices: [ """