瀏覽代碼

Merge pull request #32475 from mikecasas/patch-2

Added word to documentation
Doug Davis 8 年之前
父節點
當前提交
1727e8179c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/commandline/commit.md

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

@@ -31,7 +31,7 @@ Options:
 ## Description
 ## Description
 
 
 It can be useful to commit a container's file changes or settings into a new
 It can be useful to commit a container's file changes or settings into a new
-image. This allows you debug a container by running an interactive shell, or to
+image. This allows you to debug a container by running an interactive shell, or to
 export a working dataset to another server. Generally, it is better to use
 export a working dataset to another server. Generally, it is better to use
 Dockerfiles to manage your images in a documented and maintainable way.
 Dockerfiles to manage your images in a documented and maintainable way.
 [Read more about valid image names and tags](tag.md).
 [Read more about valid image names and tags](tag.md).