From 0efa0b9b49fcaa38d25498ad550948bea94a6b2c Mon Sep 17 00:00:00 2001 From: yupengzte Date: Mon, 13 Feb 2017 15:47:38 +0800 Subject: [PATCH] fix typo Signed-off-by: yupengzte Upstream-commit: 225c67f074ea9619671b617b3a01b4d38be6137c Component: cli --- components/cli/docs/reference/commandline/exec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/exec.md b/components/cli/docs/reference/commandline/exec.md index df2ad6eae8..1ae46cf194 100644 --- a/components/cli/docs/reference/commandline/exec.md +++ b/components/cli/docs/reference/commandline/exec.md @@ -31,7 +31,7 @@ Options: -u, --user Username or UID (format: [:]) ``` -## Descriptino +## Description The `docker exec` command runs a new command in a running container.