From a015f3dae47555c664d1729d2af142a1f32b3d5c Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 20 Jun 2017 19:20:34 +0100 Subject: [PATCH] Fix typo (#3664) --- engine/userguide/storagedriver/overlayfs-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/userguide/storagedriver/overlayfs-driver.md b/engine/userguide/storagedriver/overlayfs-driver.md index 3433933938..186cf6c0be 100644 --- a/engine/userguide/storagedriver/overlayfs-driver.md +++ b/engine/userguide/storagedriver/overlayfs-driver.md @@ -129,7 +129,7 @@ If you are still using the `overlay` driver rather than `overlay2`, see OverlayFS layers two directories on a single Linux host and presents them as a single directory. These directories are called _layers_ and the unification -process is referred to a a _union mount_. OverlayFS refers to the lower directory +process is referred to as a _union mount_. OverlayFS refers to the lower directory as `lowerdir` and the upper directory a `upperdir`. The unified view is exposed through its own directory called `merged`.