浏览代码

Fix typo: reguardless should be regardless

Signed-off-by: Doug Davis <dug@us.ibm.com>
Doug Davis 10 年之前
父节点
当前提交
ba7038c8d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/reference/commandline/cli.md

+ 1 - 1
docs/sources/reference/commandline/cli.md

@@ -1367,7 +1367,7 @@ how a container should or should not be restarted on exit.
 
 ** on-failure ** - Restart the container only if it exits with a non zero exit status.
 
-** always ** - Always restart the container reguardless of the exit status.
+** always ** - Always restart the container regardless of the exit status.
 
 You can also specify the maximum amount of times Docker will try to
 restart the container when using the ** on-failure ** policy.  The