Skip to content

Commit 97b0b49

Browse files
authored
Minor grammer improvements (#568)
usage of an and a
1 parent d0b5935 commit 97b0b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/configuring-fluent-bit/configuration-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following is an example of an _INPUT_ section:
7070

7171
## Filter <a id="config_filter"></a>
7272

73-
A _FILTER_ section defines a filter \(related to an filter plugin\), here we will describe the base configuration for each _FILTER_ section. Note that each filter plugin may add it own configuration keys:
73+
A _FILTER_ section defines a filter \(related to a filter plugin\), here we will describe the base configuration for each _FILTER_ section. Note that each filter plugin may add it own configuration keys:
7474

7575
| Key | Description | |
7676
| :--- | :--- | :--- |
@@ -82,7 +82,7 @@ The _Name_ is mandatory and it let Fluent Bit know which filter plugin should be
8282

8383
### Example
8484

85-
The following is an example of an _FILTER_ section:
85+
The following is an example of a _FILTER_ section:
8686

8787
```python
8888
[FILTER]

0 commit comments

Comments
 (0)