Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
austinbv authored Jun 5, 2019
1 parent 944ab0d commit 1e2b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ create a DNS record for `"my-service.my-ns"`. Pods in the `"my-ns"` Namespace
should be able to find it by simply doing a name lookup for `my-service`
(`"my-service.my-ns"` would also work).

Pods n other Namespaces must qualify the name as `my-service.my-ns`. These names
Pods in other Namespaces must qualify the name as `my-service.my-ns`. These names
will resolve to the cluster IP assigned for the Service.

Kubernetes also supports DNS SRV (service) records for named ports. If the
Expand Down

0 comments on commit 1e2b259

Please sign in to comment.