From 5e2fc8bada331649859ca91168db473989281c20 Mon Sep 17 00:00:00 2001 From: athend Date: Fri, 16 Dec 2016 11:35:21 +0530 Subject: [PATCH] Update dockerizing.md Just added "to" in the sentence which may have been missed earlier. --- engine/tutorials/dockerizing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/tutorials/dockerizing.md b/engine/tutorials/dockerizing.md index 3897fea4ac..c5003493b1 100644 --- a/engine/tutorials/dockerizing.md +++ b/engine/tutorials/dockerizing.md @@ -194,6 +194,6 @@ about several Docker commands: * `docker logs` - Shows the standard output of a container. * `docker stop` - Stops running containers. -Now, you have the basis learn more about Docker and how to do some more advanced +Now, you have the basis to learn more about Docker and how to do some more advanced tasks. Go to ["*Run a simple application*"](usingdocker.md) to actually build a -web application with the Docker client. \ No newline at end of file +web application with the Docker client.