From eaf4fbf7187335eb46f891e7264f614afa89c6e8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:49:26 +0000 Subject: [PATCH] ci: apply automated fixes --- traffic-policy/actions/forward-internal/config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traffic-policy/actions/forward-internal/config.mdx b/traffic-policy/actions/forward-internal/config.mdx index 345508a85..872981afe 100644 --- a/traffic-policy/actions/forward-internal/config.mdx +++ b/traffic-policy/actions/forward-internal/config.mdx @@ -12,7 +12,7 @@ reference for this action. | Parameter | Type | Description | | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------ | | `url` | `string` | **Required.** URL of the Endpoint to forward traffic to. | -| `binding` | `string` | Binding of the Endpoint (only `internal` is currently supported). | +| `binding` | `string` | Binding of the Endpoint (only `internal` is currently supported). | | `on_error` | `string` | Whether or not further actions in the Traffic Policy should run if there is an error. Must be either `halt` (default) or `continue`. | ### Supported Directions