Skip to content

Commit a30aa71

Browse files
Docs fixes
Co-authored-by: Kate Osborn <50597707+kate-osborn@users.noreply.github.com>
1 parent 4b4fd53 commit a30aa71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/https-termination/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HTTPS Termination Example
22

3-
In this example we expand on the simple [cafe-example](../cafe-example) by adding HTTPS termination to our routes and an HTTPS redirect from port 80 to 443.
3+
In this example, we expand on the simple [cafe-example](../cafe-example) by adding HTTPS termination to our routes and an HTTPS redirect from port 80 to 443.
44

55
## Running the Example
66

@@ -55,7 +55,7 @@ In this example we expand on the simple [cafe-example](../cafe-example) by addin
5555

5656
This [Gateway](./gateway.yaml) configures:
5757
* `http` listener for HTTP traffic
58-
* `https` listener for HTTPS traffic. It terminates TLS connections using the `cafe-secret` we created in the step 1.
58+
* `https` listener for HTTPS traffic. It terminates TLS connections using the `cafe-secret` we created in step 1.
5959

6060
1. Create the `HTTPRoute` resources:
6161
```

0 commit comments

Comments
 (0)