Skip to content

Commit 2ba491e

Browse files
authored
concepts: buffering: typo corrected (#908)
Signed-off-by: elenacbc <elena@calyptia.com> Signed-off-by: elenacbc <elena@calyptia.com>
1 parent 9030215 commit 2ba491e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/buffering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Our buffering strategies are designed to solve problems associated with backpres
1616

1717
Fluent Bit as buffering strategies go, offers a primary buffering mechanism in **memory** and an optional secondary one using the **file system**. With this hybrid solution you can accomodate any use case safely and keep a high performance while processing your data.
1818

19-
Both mechanisms are not mutally exclusive and when the data is ready to be processed or delivered it will always be **in memory**, while other data in the queue might be in the file system until is ready to be processed and moved up to memory.
19+
Both mechanisms are not mutually exclusive and when the data is ready to be processed or delivered it will always be **in memory**, while other data in the queue might be in the file system until is ready to be processed and moved up to memory.
2020

2121
To learn more about the buffering configuration in Fluent Bit, please jump to the [Buffering & Storage](../administration/buffering-and-storage.md) section.
2222

0 commit comments

Comments
 (0)