瀏覽代碼

Merge pull request #26682 from yuexiao-wang/fix-typo

Fix typo for docs reference
Sebastiaan van Stijn 8 年之前
父節點
當前提交
1ccd79e1a9
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      docs/reference/commandline/info.md
  2. 1 1
      docs/reference/commandline/push.md
  3. 1 1
      docs/reference/commandline/update.md

+ 1 - 1
docs/reference/commandline/info.md

@@ -38,7 +38,7 @@ meta data regarding those images are stored. When run for the first time Docker
 allocates a certain amount of data space and meta data space from the space
 allocates a certain amount of data space and meta data space from the space
 available on the volume where `/var/lib/docker` is mounted.
 available on the volume where `/var/lib/docker` is mounted.
 
 
-# EXAMPLES
+# Examples
 
 
 ## Display Docker system information
 ## Display Docker system information
 
 

+ 1 - 1
docs/reference/commandline/push.md

@@ -31,7 +31,7 @@ running in a terminal, terminates the push operation.
 
 
 Registry credentials are managed by [docker login](login.md).
 Registry credentials are managed by [docker login](login.md).
 
 
-## EXAMPLES
+## Examples
 
 
 ### Pushing a new image to a registry
 ### Pushing a new image to a registry
 
 

+ 1 - 1
docs/reference/commandline/update.md

@@ -41,7 +41,7 @@ options on a running or a stopped container. On kernel version older than
 4.6, you can only update `--kernel-memory` on a stopped container or on
 4.6, you can only update `--kernel-memory` on a stopped container or on
 a running container with kernel memory initialized.
 a running container with kernel memory initialized.
 
 
-## EXAMPLES
+## Examples
 
 
 The following sections illustrate ways to use this command.
 The following sections illustrate ways to use this command.