doc: Grammar fixes

This commit is contained in:
Debarshi Ray 2019-03-05 13:55:11 +01:00
parent 7acc9936cf
commit 517c77a0d6
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ toolbox\-create - Create a new toolbox container
Creates a new toolbox container. You can then use the `toolbox enter` command
to interact with the container at any point.
The toolbox container is an OCI container created from an OCI image. On Fedora
A toolbox container is an OCI container created from an OCI image. On Fedora
the base image is known as `fedora-toolbox`. If the image is not present
locally, then it is pulled from `registry.fedoraproject.org`. The base image is
locally customized for the current user to create a second image, from which

View file

@ -11,7 +11,7 @@ toolbox\-enter - Enter an existing toolbox container for interactive use
Spawns an interactive shell inside an existing toolbox container. The
container should have been created using the `toolbox create` command.
The toolbox container is an OCI container. On Fedora the toolbox containers are
A toolbox container is an OCI container. On Fedora the toolbox containers are
tagged with the version of the OS that corresponds to the content inside them.
Their names are prefixed with the name of the base image and suffixed with the
current user name.