From 049d9339f9052447f65b6428e53635a9bc18ab67 Mon Sep 17 00:00:00 2001 From: acosta123 <42226556+acosta123@users.noreply.github.com> Date: Mon, 3 Jun 2019 10:45:51 +0800 Subject: [PATCH] Update doc/fluid/beginners_guide/install/install_Docker_en.md Co-Authored-By: Hao Wang <31058429+haowang101779990@users.noreply.github.com> --- doc/fluid/beginners_guide/install/install_Docker_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/beginners_guide/install/install_Docker_en.md b/doc/fluid/beginners_guide/install/install_Docker_en.md index 22b4531a5..c2211d480 100644 --- a/doc/fluid/beginners_guide/install/install_Docker_en.md +++ b/doc/fluid/beginners_guide/install/install_Docker_en.md @@ -77,7 +77,7 @@ You can find docker images of all versions of PaddlePaddle in [DockerHub](https: #enter the started container docker attach [Name of container] ``` -* If you are new with Docker, please refer ro information on the Internet, such as [Docker Tutorial](http://www.runoob.com/docker/docker-hello-world.html) +* If you are new with Docker, please refer to information on the Internet, such as [Docker Tutorial](http://www.runoob.com/docker/docker-hello-world.html) . ## How to Unload -- GitLab