Bladeren bron

Added word to documentation

Improved documentation by adding word for better sentence structure.

Signed-off-by: Mike Casas <mkcsas0@gmail.com>
Mike Casas 8 jaren geleden
bovenliggende
commit
eb6a3e8361
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/reference/commandline/commit.md

+ 1 - 1
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).