From fe310169672a61c4963e0dc2a2e886177c608068 Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:24:57 +0000 Subject: [PATCH] change "fire" to "run" --- .../core/workflows/core_steps/flow_control/rate_limiter/v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/core/workflows/core_steps/flow_control/rate_limiter/v1.py b/inference/core/workflows/core_steps/flow_control/rate_limiter/v1.py index 82577efff..3f959f930 100644 --- a/inference/core/workflows/core_steps/flow_control/rate_limiter/v1.py +++ b/inference/core/workflows/core_steps/flow_control/rate_limiter/v1.py @@ -60,7 +60,7 @@ class RateLimiterManifest(WorkflowBlockManifest): json_schema_extra={ "name": "Rate Limiter", "version": "v1", - "short_description": "Limits the rate at which a branch of the Workflow will fire.", + "short_description": "Limits the rate at which a branch of the Workflow will run.", "long_description": LONG_DESCRIPTION, "license": "Apache-2.0", "block_type": "flow_control",