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"
This commit is contained in:
Gabriel Mukobi 2019-06-27 20:18:06 -07:00 committed by Knative Prow Robot
parent a1adc42fc2
commit a886c2eaba
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ serverless workload behaves on the cluster:
update of the service. Service can be defined to always route traffic to the update of the service. Service can be defined to always route traffic to the
latest revision or to a pinned revision. latest revision or to a pinned revision.
- [Route](https://github.com/knative/serving/blob/master/docs/spec/spec.md#route): - [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 more revisions. You can manage the traffic in several ways, including
fractional traffic and named routes. fractional traffic and named routes.
- [Configuration](https://github.com/knative/serving/blob/master/docs/spec/spec.md#configuration): - [Configuration](https://github.com/knative/serving/blob/master/docs/spec/spec.md#configuration):