From 0a0655c646ba760884852a1ff56756617a9144ef Mon Sep 17 00:00:00 2001 From: Sebass van Boxel Date: Tue, 8 Jan 2019 14:06:39 +0100 Subject: [PATCH] Removed colon and made description consistent (#11984) --- content/en/docs/tutorials/hello-minikube.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index 4e4c9ef027..da3e54a072 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -60,7 +60,7 @@ For more information on the `docker build` command, read the [Docker documentati 3. Katacoda environment only: At the top of the terminal pane, click the plus sign, and then click **Select port to view on Host 1**. -4. Katacoda environment only: Type 30000, and then click **Display Port**. +4. Katacoda environment only: Type `30000`, and then click **Display Port**. ## Create a Deployment @@ -160,7 +160,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/). 4. Katacoda environment only: Click the plus sign, and then click **Select port to view on Host 1**. -5. Katacoda environment only: Type in the Port number following `8080:`, and then click **Display Port**. +5. Katacoda environment only: Type `8080`, and then click **Display Port**. This opens up a browser window that serves your app and shows the "Hello World" message.