From 1e779dca208d0b99221b9ce2d1b5491a60967a75 Mon Sep 17 00:00:00 2001 From: zxxa <40016978+zxDiscovery@users.noreply.github.com> Date: Wed, 5 Dec 2018 02:07:25 +0800 Subject: [PATCH] Fix spelling error (#617) --- serving/samples/autoscale-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/samples/autoscale-go/README.md b/serving/samples/autoscale-go/README.md index 2dfb8cd62..b491b535f 100644 --- a/serving/samples/autoscale-go/README.md +++ b/serving/samples/autoscale-go/README.md @@ -109,7 +109,7 @@ Build the application container and publish it to a container registry: ### Algorithm -Knative Serving autoscaling is based on the average number of in-flight requests per pod (concurrency). The system has a default [target concurency of 100.0](https://github.com/knative/serving/blob/3f00c39e289ed4bfb84019131651c2e4ea660ab5/config/config-autoscaler.yaml#L35). +Knative Serving autoscaling is based on the average number of in-flight requests 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 about .5 seconds, Knative Serving will determine the Revision needs about 2 pods