From 8abc802de96f6beaf242f68b9aefcab1166907f9 Mon Sep 17 00:00:00 2001 From: Mike Casas Date: Mon, 10 Apr 2017 09:12:19 -0400 Subject: [PATCH] Added word to documentation Improved documentation by adding word for better sentence structure. Signed-off-by: Mike Casas --- docs/reference/commandline/commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/commit.md b/docs/reference/commandline/commit.md index 438eaf49..f713eeab 100644 --- a/docs/reference/commandline/commit.md +++ b/docs/reference/commandline/commit.md @@ -31,7 +31,7 @@ Options: ## Description 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 Dockerfiles to manage your images in a documented and maintainable way. [Read more about valid image names and tags](tag.md).