Skip to content

Commit d49f6d5

Browse files
authored
Merge pull request #30 from eranra/fix-typo
fix-typo
2 parents ab29c59 + 1ad9720 commit d49f6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The pipeline is constructed of a sequence of stages:
114114
- **encode** - make the data available in appropriate format (e.g. prometheus)
115115
- **write** - provide the means to transfer the data to some target, e.g. prometheus, object store, standard output, etc
116116

117-
The **encode** and **write** stages may be combined in some cases (as in prometheus), in which case **write**is set to **none**
117+
The **encode** and **write** stages may be combined in some cases (as in prometheus), in which case **write** is set to **none**
118118

119119
It is expected that the **ingest** module will receive flows every so often, and this ingestion event will then trigger the rest of the pipeline. So, it is the responsibility of the **ingest** module to provide the timing of when (and how often) the pipeline will run.
120120

0 commit comments

Comments
 (0)