diff --git a/docs/content/providers/http.md b/docs/content/providers/http.md index b4606f1c3..775ec8818 100644 --- a/docs/content/providers/http.md +++ b/docs/content/providers/http.md @@ -84,8 +84,9 @@ Defines custom headers to be sent to the endpoint. ```yaml tab="File (YAML)" providers: - headers: - name: value + http: + headers: + name: value ``` ```toml tab="File (TOML)"