Small typo on the device mapper docs page (#4476)

This commit is contained in:
David Caro 2017-09-12 01:43:08 +02:00 committed by Misty Stanley-Jones
parent 2621396a2f
commit 77af3cec56
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ benefits:
images which are all based on `alpine`, the `alpine` image and all its
parent images are only stored once each on disk.
- Snapshots are an implenentation of a copy-on-write (CoW) strategy. This means
- Snapshots are an implementation of a copy-on-write (CoW) strategy. This means
that a given file or directory is only copied to the container's writable
layer when it is modified or deleted by that container.