mirror of https://github.com/knative/docs.git
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:
parent
a1adc42fc2
commit
a886c2eaba
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue