We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850b725 commit edaac73Copy full SHA for edaac73
concepts/data-pipeline/router.md
@@ -27,7 +27,7 @@ There are two important concepts in Routing:
27
- Tag
28
- Match
29
30
-When data is generated by an input plugins, it comes with a `Tag`. A Tag is a
+When data is generated by an input plugin, it comes with a `Tag`. A Tag is a
31
human-readable indicator that helps to identify the data source. Tags are usually
32
configured manually.
33
@@ -76,7 +76,7 @@ example defines a common destination for both sources of data:
76
Match my_*
77
```
78
79
-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_*`.
80
81
## Routing with Regex
82
0 commit comments