Skip to content

Commit 65c83f4

Browse files
Apply suggestions from code review
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 9be2e53 commit 65c83f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/hot-reload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Enable hot reload through SIGHUP signal or an HTTP endpoint
77
Fluent Bit supports the reloading feature when enabled in the configuration file
88
or on the command line with `-Y` or `--enable-hot-reload` option.
99

10-
Hot reloading is supported on Linux, macOS, and Windows.
10+
Hot reloading is supported on Linux, macOS, and Windows operating systems.
1111

1212
## Update the configuration
1313

@@ -45,7 +45,7 @@ curl -X POST -d '{}' localhost:2020/api/v2/reload
4545

4646
Hot reloading can be used with `SIGHUP`.
4747

48-
`SIGHUP` signal isn't supported on Windows. So, users can't enable this feature on Windows.
48+
`SIGHUP` signal isn't supported on Windows.
4949

5050
## Confirm a reload
5151

0 commit comments

Comments
 (0)