Skip to content

Commit e0ffa18

Browse files
committed
Fix typo
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent bf2a157 commit e0ffa18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buffer/file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ So there is no need to specify a unique path for each worker.
5252
</match>
5353
```
5454

55-
This config outputs the buffer chunk files as follows. The directly `worker{worker_id}` is automatically created.
55+
This config outputs the buffer chunk files as follows. The directory `worker{worker_id}` is automatically created.
5656

5757
```text
5858
/var/log/fluentd/buf/worker0/buffer.b58eec11d08ca8143b40e4d303510e0bb.log
@@ -81,8 +81,8 @@ then you can omit this parameter.
8181
</match>
8282
```
8383

84-
This config outputs the buffer chunk files as follows. The directly `{root_dir}/worker{worker_id}/{@id}/buffer` is used for the path.
85-
In this case, the `worker{worker_id}` directly is created even for a single worker.
84+
This config outputs the buffer chunk files as follows. The directory `{root_dir}/worker{worker_id}/{@id}/buffer` is used for the path.
85+
In this case, the `worker{worker_id}` directory is created even for a single worker.
8686

8787
```text
8888
/var/log/fluentd/worker0/test_id/buffer/buffer.b58eec11d08ca8143b40e4d303510e0bb.log

0 commit comments

Comments
 (0)