Skip to content

Commit 227a5e6

Browse files
authored
Update router.md (#1633)
Fix small typo: matching tag prefix for routing with wildcard example Signed-off-by: Poupapaa <[email protected]>
1 parent 7d86f57 commit 227a5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/data-pipeline/router.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ example defines a common destination for both sources of data:
7676
Match my_*
7777
```
7878

79-
The match rule is set to `my_*`, which matches any Tag starting with `my_*`.
79+
The match rule is set to `my_*`, which matches any Tag starting with `my_`.
8080

8181
## Routing with Regex
8282

0 commit comments

Comments
 (0)