From 04776838c92f1ab90238279af7360febf47aa8a6 Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Wed, 26 Jul 2017 05:17:03 +0800 Subject: [PATCH] Update hello-minikube.md (#4468) Fixes a typo --- docs/tutorials/stateless-application/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateless-application/hello-minikube.md b/docs/tutorials/stateless-application/hello-minikube.md index cb669af767..47fabb336f 100644 --- a/docs/tutorials/stateless-application/hello-minikube.md +++ b/docs/tutorials/stateless-application/hello-minikube.md @@ -137,7 +137,7 @@ existing image. The image in this tutorial extends an existing Node.js image. This recipe for the Docker image starts from the official Node.js LTS image found in the Docker registry, exposes port 8080, copies your `server.js` file -to the image and start the Node.js server. +to the image and starts the Node.js server. Because this tutorial uses Minikube, instead of pushing your Docker image to a registry, you can simply build the image using the same Docker host as