Improved documentation by adding word for better sentence structure.
Signed-off-by: Mike Casas <mkcsas0@gmail.com>
| ... | ... |
@@ -31,7 +31,7 @@ Options: |
| 31 | 31 |
## Description |
| 32 | 32 |
|
| 33 | 33 |
It can be useful to commit a container's file changes or settings into a new |
| 34 |
-image. This allows you debug a container by running an interactive shell, or to |
|
| 34 |
+image. This allows you to debug a container by running an interactive shell, or to |
|
| 35 | 35 |
export a working dataset to another server. Generally, it is better to use |
| 36 | 36 |
Dockerfiles to manage your images in a documented and maintainable way. |
| 37 | 37 |
[Read more about valid image names and tags](tag.md). |