diff --git a/src/content/partials/workers/wrangler-tail-warning.mdx b/src/content/partials/workers/wrangler-tail-warning.mdx index fad0333119d9b57..5e3284743116058 100644 --- a/src/content/partials/workers/wrangler-tail-warning.mdx +++ b/src/content/partials/workers/wrangler-tail-warning.mdx @@ -7,7 +7,7 @@ import { WranglerConfig } from "~/components"; :::caution -When updating a Worker with Wrangler the [Tail Consumer](/workers/observability/logs/tail-workers) config will be removed. Please add the `tail\_consumers` config to the top level of your [Wrangler configuration file](/workers/wrangler/configuration/). +When updating a Worker with Wrangler the [Tail Consumer](/workers/observability/logs/tail-workers) config will be removed. Please add the `tail_consumers` config to the top level of your [Wrangler configuration file](/workers/wrangler/configuration/). ```toml