minor grammatical fixes (#5568)

This commit is contained in:
Ameya Shenoy 2017-12-20 02:37:22 +05:30 committed by Misty Stanley-Jones
parent 7d4cd112a4
commit 3fc2a1f341
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ docker-for-desktop Ready master 3h v1.8.2
## Example app
Docker has created the following demo app that you can deploy to swarm mode or
to to Kubernetes using the `docker stack deploy` command.
to Kubernetes using the `docker stack deploy` command.
```yaml
version: '3.3'

View File

@ -774,7 +774,7 @@ use `loop-lvm`, the blocks may not be freed. This is another reason not to use
- **`allocate-on demand` performance impact**:
The `devicemapper` storage driver uses an `allocate-on-demand` operation to
allocate new blocks from the thin pool into to a container's writable layer.
allocate new blocks from the thin pool into a container's writable layer.
Each block is 64KB, so this is the minimum amount of space that will be used
for a write.