浏览代码

Fix typo in docs/index.md

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad 10 年之前
父节点
当前提交
bbc8765343
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/index.md

+ 1 - 1
docs/index.md

@@ -139,7 +139,7 @@ This template defines two services, `web` and `redis`. The `web` service:
 
 
 * Builds from the `Dockerfile` in the current directory.
 * Builds from the `Dockerfile` in the current directory.
 * Forwards the exposed port 5000 on the container to port 5000 on the host machine.
 * Forwards the exposed port 5000 on the container to port 5000 on the host machine.
-* Mounts the current directory on the host to ``/code` inside the container allowing you to modify the code without having to rebuild the image.
+* Mounts the current directory on the host to `/code` inside the container allowing you to modify the code without having to rebuild the image.
 * Links the web container to the Redis service.
 * Links the web container to the Redis service.
 
 
 The `redis` service uses the latest public [Redis](https://registry.hub.docker.com/_/redis/) image pulled from the Docker Hub registry.
 The `redis` service uses the latest public [Redis](https://registry.hub.docker.com/_/redis/) image pulled from the Docker Hub registry.