Skip to content

Commit 4fd15b5

Browse files
committed
Fix missing "and" in Contour tab installation instructions
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
1 parent a542e3f commit 4fd15b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/versioned/install/operator/knative-with-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Knative Serving with different ingresses:
229229
```
230230
231231
1. To configure Knative Serving to use Contour, add `spec.ingress.contour`
232-
`spec.config.network` to your Serving CR YAML file as follows:
232+
and `spec.config.network` to your Serving CR YAML file as follows:
233233
234234
```yaml
235235
apiVersion: operator.knative.dev/v1beta1

0 commit comments

Comments
 (0)