From 04863d5b412a5885f1300effc89e8a71719c79c8 Mon Sep 17 00:00:00 2001 From: Poupapaa <3238986+poupapaa@users.noreply.github.com> Date: Wed, 7 May 2025 12:40:25 +0200 Subject: [PATCH] Update router.md Fix small typo: matching tag prefix for routing with wildcard example Signed-off-by: Poupapaa <3238986+poupapaa@users.noreply.github.com> --- concepts/data-pipeline/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/data-pipeline/router.md b/concepts/data-pipeline/router.md index 4a6241630..05e0924d8 100644 --- a/concepts/data-pipeline/router.md +++ b/concepts/data-pipeline/router.md @@ -76,7 +76,7 @@ example defines a common destination for both sources of data: Match my_* ``` -The match rule is set to `my_*`, which matches any Tag starting with `my_*`. +The match rule is set to `my_*`, which matches any Tag starting with `my_`. ## Routing with Regex