diff --git a/administration/hot-reload.md b/administration/hot-reload.md index ddea240a5..4547b26f7 100644 --- a/administration/hot-reload.md +++ b/administration/hot-reload.md @@ -39,7 +39,7 @@ For using curl to reload fluent-bit, users must specify an empty request body as $ curl -X POST -d {} localhost:2020/api/v2/reload ``` -For Windows, to represent empty body, users have to use `'{}'` as a body instead of raw `{}`: +On Windows, use `'{}'` to represent an empty body instead of raw `{}`: ```text PS> curl -X POST -d '{}' localhost:2020/api/v2/reload