Skip to content

Commit 1253f98

Browse files
fix: correct typo in README.md ('reponse' → 'response')
1 parent fc7b1e1 commit 1253f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Proxy does not respond yet.
6464
Next, Prometheus tries to scrape the target with hostname `fqdn-x` via the Proxy (2).
6565
Using the fqdn received in (1), the Proxy now routes the scrape to the correct Client: the scrape request is in the response body of the poll (3).
6666
This scrape request is executed by the client (4), the response containing metrics (5) is posted to the Proxy (6).
67-
On its turn, the Proxy returns this to Prometheus (7) as a reponse to the initial scrape of (2).
67+
On its turn, the Proxy returns this to Prometheus (7) as a response to the initial scrape of (2).
6868

6969
PushProx passes all HTTP headers transparently, features like compression and accept encoding are up to the scraping Prometheus server.
7070

0 commit comments

Comments
 (0)