Skip to content

Commit 8dd8d4a

Browse files
author
pranav-pandey0804
committed
Capitalized the required words
1 parent fb8f9b8 commit 8dd8d4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/tutorials/services/source-ip.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ the target localization.
2727
{{< /comment >}}
2828

2929
[NAT](https://en.wikipedia.org/wiki/Network_address_translation)
30-
: network address translation
30+
: Network address translation
3131

3232
[Source NAT](https://en.wikipedia.org/wiki/Network_address_translation#SNAT)
33-
: replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
33+
: Replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
3434

3535
[Destination NAT](https://en.wikipedia.org/wiki/Network_address_translation#DNAT)
36-
: replacing the destination IP on a packet; in this page, that usually means replacing with the IP address of a {{< glossary_tooltip term_id="pod" >}}
36+
: Replacing the destination IP on a packet; in this page, that usually means replacing with the IP address of a {{< glossary_tooltip term_id="pod" >}}
3737

3838
[VIP](/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies)
39-
: a virtual IP address, such as the one assigned to every {{< glossary_tooltip text="Service" term_id="service" >}} in Kubernetes
39+
: A virtual IP address, such as the one assigned to every {{< glossary_tooltip text="Service" term_id="service" >}} in Kubernetes
4040

4141
[kube-proxy](/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies)
42-
: a network daemon that orchestrates Service VIP management on every node
42+
: A network daemon that orchestrates Service VIP management on every node
4343

4444
### Prerequisites
4545

0 commit comments

Comments
 (0)