Skip to content

Commit 94c5249

Browse files
authored
Merge pull request #52526 from dkarczmarski/fix-typo-expose-external-ip-address
fix typo in expose-external-ip-address.md
2 parents 95e8119 + f6dfaf0 commit 94c5249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tutorials/stateless-application/expose-external-ip-address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ external IP address.
7979

8080
{{< note >}}
8181

82-
The `type=LoadBalancer` service is backed by external cloud providers, which is not covered in this example, please refer to [this page](/docs/concepts/services-networking/service/#loadbalancer) for the details.
82+
The `type=LoadBalancer` service is backed by external cloud providers, which is not covered in this example. Please refer to [setting `type: LoadBalancer` for your Service](/docs/concepts/services-networking/service/#loadbalancer) for the details.
8383

8484
{{< /note >}}
8585

@@ -153,7 +153,7 @@ external IP address.
153153

154154
The response to a successful request is a hello message:
155155

156-
```shell
156+
```console
157157
Hello, world!
158158
Version: 2.0.0
159159
Hostname: 0bd46b45f32f

0 commit comments

Comments
 (0)