Skip to content

Commit 0e89fd5

Browse files
committed
Fix typo in README
1 parent c21659f commit 0e89fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ from prometheus_summary import Summary
7575
s = Summary("request_latency_seconds", "Description of summary", ["method", "endpoint"])
7676
```
7777

78-
To show request latency by `method`, `endpoint` and `quntile` use next query:
78+
To show request latency by `method`, `endpoint` and `quantile` use next query:
7979
```
8080
max by (method, endpoint, quantile) (request_latency_seconds)
8181
```

0 commit comments

Comments
 (0)