Skip to content

Commit a92229e

Browse files
authored
stream-processing: overview: Fix typo in overview (fluent#812)
From: "One data is processed and it's in a safe" To: "Once data is processed and it's in a safe" Signed-off-by: Bartek Ciszkowski <[email protected]>
1 parent 86161ee commit a92229e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream-processing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In order to understand how Stream Processing works in Fluent Bit, we will go thr
66

77
## Fluent Bit Data Pipeline
88

9-
[Fluent Bit](https://fluentbit.io) collects and process logs \(records\) from different input sources and allows to parse and filter these records before they hit the Storage interface. One data is processed and it's in a safe state \(either in memory or the file system\), the records are routed through the proper output destinations.
9+
[Fluent Bit](https://fluentbit.io) collects and process logs \(records\) from different input sources and allows to parse and filter these records before they hit the Storage interface. Once data is processed and it's in a safe state \(either in memory or the file system\), the records are routed through the proper output destinations.
1010

1111
> Most of the phases in the pipeline are implemented through plugins: Input, Filter and Output.
1212

0 commit comments

Comments
 (0)