From 9ff7bbe0ac4172ea15242218e9ac4668eddc1e7f Mon Sep 17 00:00:00 2001 From: Rudolph Gottesheim Date: Mon, 21 Jul 2014 10:34:54 +0200 Subject: [PATCH] Fix a typo in the tutorial --- docs/sources/examples/nodejs_web_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/nodejs_web_app.md b/docs/sources/examples/nodejs_web_app.md index ad99c9bf84..03c48b5175 100644 --- a/docs/sources/examples/nodejs_web_app.md +++ b/docs/sources/examples/nodejs_web_app.md @@ -127,7 +127,7 @@ Your `Dockerfile` should now look like this: ## Building your image Go to the directory that has your `Dockerfile` and run the following command -to build a Docker image. The `-t` flag let's you tag your image so it's easier +to build a Docker image. The `-t` flag lets you tag your image so it's easier to find later using the `docker images` command: $ sudo docker build -t /centos-node-hello .