From 6c04d6b6171e89e29dba283551f8585963f9da9d Mon Sep 17 00:00:00 2001 From: Curtis Ekstrom Date: Mon, 9 Jan 2017 23:03:40 +0100 Subject: [PATCH] Fix typo (are -> area) (#1058) --- engine/userguide/storagedriver/imagesandcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/userguide/storagedriver/imagesandcontainers.md b/engine/userguide/storagedriver/imagesandcontainers.md index 19fc880060..1f612b6f92 100644 --- a/engine/userguide/storagedriver/imagesandcontainers.md +++ b/engine/userguide/storagedriver/imagesandcontainers.md @@ -215,7 +215,7 @@ hash. The combination of these four layers makes up the `ubuntu:15.04` Docker image. Each of these layers is stored in its own directory inside the Docker host's -local storage are. +local storage area. Versions of Docker prior to 1.10 stored each layer in a directory with the same name as the image layer ID. However, this is not the case for images pulled