diff --git a/docs/tutorials/stateless-application/expose-external-ip-address.md b/docs/tutorials/stateless-application/expose-external-ip-address.md index ea7e1e7a36..39b7bfaa0c 100644 --- a/docs/tutorials/stateless-application/expose-external-ip-address.md +++ b/docs/tutorials/stateless-application/expose-external-ip-address.md @@ -117,7 +117,7 @@ external IP address. 1. Use the external IP address to access the Hello World application: - curl http://: + curl http://: where `` is the external IP address of your Service, and `` is the value of `Port` in your Service description.