Skip to content

Commit a170fbd

Browse files
authored
Fix syntax error
1 parent 23cf009 commit a170fbd

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
@@ -74,7 +74,7 @@ a new instance.
7474
The name of a Service object must be a valid
7575
[DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names).
7676

77-
For example, suppose you have a set of Pods that each listen on TCP port 9376
77+
For example, suppose you have a set of Pods that each listens on TCP port 9376
7878
and carry a label `app=MyApp`:
7979

8080
```yaml

0 commit comments

Comments
 (0)