From a886c2eaba4972caa467c64696db7ffd9aafc88c Mon Sep 17 00:00:00 2001 From: Gabriel Mukobi Date: Thu, 27 Jun 2019 20:18:06 -0700 Subject: [PATCH] Fix a small grammatical error (#1554) Changed "resource maps a network endpoint to a one or more revisions" to "resource maps a network endpoint to one or more revisions" --- docs/serving/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/README.md b/docs/serving/README.md index 5f20d0117..50e8831cf 100644 --- a/docs/serving/README.md +++ b/docs/serving/README.md @@ -22,7 +22,7 @@ serverless workload behaves on the cluster: update of the service. Service can be defined to always route traffic to the latest revision or to a pinned revision. - [Route](https://github.com/knative/serving/blob/master/docs/spec/spec.md#route): - The `route.serving.knative.dev` resource maps a network endpoint to a one or + The `route.serving.knative.dev` resource maps a network endpoint to one or more revisions. You can manage the traffic in several ways, including fractional traffic and named routes. - [Configuration](https://github.com/knative/serving/blob/master/docs/spec/spec.md#configuration):