Skip to content

Commit e70d324

Browse files
ioslhsdnts
authored andcommitted
Remove extra escape bashslash (cloudflare#22570)
1 parent c3a1f6c commit e70d324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/workers/wrangler-tail-warning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { WranglerConfig } from "~/components";
77

88
:::caution
99

10-
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/).
10+
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/).
1111

1212
<WranglerConfig>
1313
```toml

0 commit comments

Comments
 (0)