From ef7ef10833224b73ee815f64378fcfb2704557e9 Mon Sep 17 00:00:00 2001 From: mattmoor-sockpuppet <32418083+mattmoor-sockpuppet@users.noreply.github.com> Date: Wed, 12 Dec 2018 08:47:16 -0800 Subject: [PATCH] Format markdown (#658) Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` --- serving/samples/autoscale-go/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serving/samples/autoscale-go/README.md b/serving/samples/autoscale-go/README.md index df9cf8325..1d0bf538c 100644 --- a/serving/samples/autoscale-go/README.md +++ b/serving/samples/autoscale-go/README.md @@ -81,8 +81,8 @@ per pod (concurrency). The system has a default [target concurrency of 100.0](https://github.com/knative/serving/blob/3f00c39e289ed4bfb84019131651c2e4ea660ab5/config/config-autoscaler.yaml#L35). For example, if a Revision is receiving 350 requests per second, each of which -takes about .5 seconds, Knative Serving will determine the Revision needs -about 2 pods +takes about .5 seconds, Knative Serving will determine the Revision needs about +2 pods ``` 350 * .5 = 175