Skip to content

Commit f821add

Browse files
authored
Merge pull request #404 from Gregcake/1.0
Sources grammar correction
2 parents 7e448af + 9c82a3a commit f821add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The configuration file consists of the following directives:
6464

6565
Let's actually create a configuration file step by step.
6666

67-
## 1. `source`: where all the data come from
67+
## 1. `source`: where all the data comes from
6868

6969
Fluentd input sources are enabled by selecting and configuring the desired input plugins using **source** directives. Fluentd standard input plugins include `http` and `forward`. The `http` provides an HTTP endpoint to accept incoming HTTP messages whereas `forward` provides a TCP endpoint to accept TCP packets. Of course, it can be both at the same time. You may add multiple `source` configurations as required.
7070

0 commit comments

Comments
 (0)