docs: Fix sentence begins with an uppercase letter (#4556)

This commit is contained in:
xufei
2017-08-01 16:31:55 +08:00
committed by Andrew Chen
parent 6925e45052
commit 6549a0b34a
@@ -37,7 +37,7 @@ or the custom metrics API (for all other metrics).
Then, if a target utilization value is set, the controller calculates the utilization
value as a percentage of the equivalent resource request on the containers in
each pod. If a target raw value is set, the raw metric values are used directly.
the controller then takes the mean of the utilization or the raw value (depending on the type
The controller then takes the mean of the utilization or the raw value (depending on the type
of target specified) across all targeted pods, and produces a ratio used to scale
the number of desired replicas.