From 04735b34c73adcba1f202dd86b8d43348452b569 Mon Sep 17 00:00:00 2001 From: Lianghua Date: Tue, 20 May 2025 16:58:42 +0800 Subject: [PATCH] Remove extra escape bashslash --- src/content/partials/workers/wrangler-tail-warning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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