瀏覽代碼

Remove extra line feed typo

The removed extra line feed broke the paragraph at https://docs.docker.com/userguide/dockerizing/
Mengdi Gao 10 年之前
父節點
當前提交
795533ede7
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/sources/userguide/dockerizing.md

+ 1 - 2
docs/sources/userguide/dockerizing.md

@@ -126,8 +126,7 @@ identifies a container so we can work with it.
 > on we'll see a shorter ID and some ways to name our containers to make
 > working with them easier.
 
-We can use this container ID to see what's happening with our `hello
-world` daemon.
+We can use this container ID to see what's happening with our `hello world` daemon.
 
 Firstly let's make sure our container is running. We can
 do that with the `docker ps` command. The `docker ps` command queries