Skip to content

Commit

Permalink
Clarify the sentence meaning
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 and patrick-stephens authored Oct 5, 2023
1 parent 5b661bc commit 77e2aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administration/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77e2aea

Please sign in to comment.