Skip to content

Commit edaac73

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 850b725 commit edaac73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/data-pipeline/router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are two important concepts in Routing:
2727
- Tag
2828
- Match
2929

30-
When data is generated by an input plugins, it comes with a `Tag`. A Tag is a
30+
When data is generated by an input plugin, it comes with a `Tag`. A Tag is a
3131
human-readable indicator that helps to identify the data source. Tags are usually
3232
configured manually.
3333

@@ -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)