Skip to content

Commit 7fff851

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 66d8e58 commit 7fff851

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

concepts/data-pipeline/input.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: The way to gather data from your sources
66

77
[Fluent Bit](http://fluentbit.io) provides input plugins to gather information from
88
different sources. Some plugins collect data from log files, while others can
9-
gather metrics information from the operating system. There are many plugins for
9+
gather metrics information from the operating system. There are many plugins to suit
1010
different needs.
1111

1212
```mermaid
@@ -26,7 +26,7 @@ graph LR
2626
When an input plugin loads, an internal _instance_ is created. Each instance has its
2727
own independent configuration. Configuration keys are often called _properties_.
2828

29-
Every input plugin has its own documentation section where it's specified how it can
30-
be used and what properties are available.
29+
Every input plugin has its own documentation section that specifies how to use it
30+
and what properties are available.
3131

3232
For more details, see [Input Plugins](https://docs.fluentbit.io/manual/pipeline/inputs).

0 commit comments

Comments
 (0)