Unverified Commit 483d2578 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #72451 from hossainemruz/hossainemruz-patch-1

Fix a typo
parents aef11799 83ff55cc
......@@ -110,7 +110,7 @@ var (
currentInflightRequests = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Name: "apiserver_current_inflight_requests",
Help: "Maximal mumber of currently used inflight request limit of this apiserver per request kind in last second.",
Help: "Maximal number of currently used inflight request limit of this apiserver per request kind in last second.",
},
[]string{"requestKind"},
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment