From fe1130b7bab0d0724133b4d0e2aa0ca5a5dc0222 Mon Sep 17 00:00:00 2001
From: Yuan Sun <sunyuan3@huawei.com>
Date: Sat, 7 May 2016 17:15:02 +0800
Subject: [PATCH] from inheritted to inherited

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
---
 docs/reference/run.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/reference/run.md b/docs/reference/run.md
index 8e43c71086..942bba948f 100644
--- a/docs/reference/run.md
+++ b/docs/reference/run.md
@@ -594,7 +594,7 @@ associated with the container when the container is removed. This is similar
 to running `docker rm -v my-container`. Only volumes that are specified without a
 name are removed. For example, with
 `docker run --rm -v /foo -v awesome:/bar busybox top`, the volume for `/foo` will be removed,
-but the volume for `/bar` will not. Volumes inheritted via `--volumes-from` will be removed
+but the volume for `/bar` will not. Volumes inherited via `--volumes-from` will be removed
 with the same logic -- if the original volume was specified with a name it will **not** be removed.
 
 ## Security configuration