diff --git a/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md b/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md index 3d3a33900c..8368d24132 100644 --- a/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md +++ b/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md @@ -36,14 +36,13 @@ external IP address. ```shell kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml ``` - -The preceding command creates a -{{< glossary_tooltip text="Deployment" term_id="deployment" >}} -and an associated -{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}. -The ReplicaSet has five -{{< glossary_tooltip text="Pods" term_id="pod" >}} -each of which runs the Hello World application. + The preceding command creates a + {{< glossary_tooltip text="Deployment" term_id="deployment" >}} + and an associated + {{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}. + The ReplicaSet has five + {{< glossary_tooltip text="Pods" term_id="pod" >}} + each of which runs the Hello World application. 1. Display information about the Deployment: