diff --git a/docs/tutorials/stateless-application/expose-external-ip-address.md b/docs/tutorials/stateless-application/expose-external-ip-address.md index b06f422ac3309..9dd6366e1af0c 100644 --- a/docs/tutorials/stateless-application/expose-external-ip-address.md +++ b/docs/tutorials/stateless-application/expose-external-ip-address.md @@ -123,7 +123,7 @@ external IP address. curl http://: where `` is the external IP address (`LoadBalancer Ingress`) - of your Service, and `` is the value of `NodePort` in your Service + of your Service, and `` is the value of `Port` in your Service description. If you are using minikube, typing `minikube service my-service` will automatically open the Hello World application in a browser.