Skip to content

Commit 8abe88e

Browse files
authored
Typo in service.md
`his -> This` idk why i'm fixing this lol
1 parent ed92cbb commit 8abe88e

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ to specify IP address ranges that kube-proxy should consider as local to this no
637637
For example, if you start kube-proxy with the `--nodeport-addresses=127.0.0.0/8` flag,
638638
kube-proxy only selects the loopback interface for NodePort Services.
639639
The default for `--nodeport-addresses` is an empty list.
640-
his means that kube-proxy should consider all available network interfaces for NodePort.
640+
This means that kube-proxy should consider all available network interfaces for NodePort.
641641
(That's also compatible with earlier Kubernetes releases).
642642

643643
If you want a specific port number, you can specify a value in the `nodePort`

0 commit comments

Comments
 (0)