diff --git a/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md b/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md index 6815bf785..0234ba3e2 100644 --- a/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md +++ b/content/telegraf/v1.24/data_formats/input/prometheus-remote-write.md @@ -28,7 +28,7 @@ Use the [`inputs.http_listener_v2`](/telegraf/v1.24/plugins/#input-http_listener ## Address and port to host HTTP listener on service_address = ":1234" ## Path to listen to. - path = "/recieve" + path = "/receive" ## Data format to consume. data_format = "prometheusremotewrite" ```