Remove superfluous conjunction (#2130)

This commit is contained in:
Eldon 2020-01-29 16:44:27 +00:00 committed by GitHub
parent f0f9c58323
commit 5b6aadb4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Knative Services.
Currently, four options exist which provide this functionality:
[Ambassador](https://www.getambassador.io/), an Envoy-based API Gateway,
[Contour](https://projectcontour.io/), an Envoy-based ingress, and
[Contour](https://projectcontour.io/), an Envoy-based ingress,
[Gloo](https://docs.solo.io/gloo/latest/), an Envoy-based API Gateway, and
[Istio](https://istio.io/), an Envoy-based Service Mesh.