From 261bd2069795ed4d7355d57bc0e6f9897db9379f Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Thu, 27 Sep 2018 04:50:59 -0400 Subject: [PATCH] adding oxford comma --- storage/storagedriver/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storagedriver/index.md b/storage/storagedriver/index.md index bdd1ff584dc..41adda10c9e 100644 --- a/storage/storagedriver/index.md +++ b/storage/storagedriver/index.md @@ -292,7 +292,7 @@ layer. This means that the writable layer is as small as possible. When an existing file in a container is modified, the storage driver performs a copy-on-write operation. The specifics steps involved depend on the specific -storage driver. For the `aufs`, `overlay` and `overlay2` drivers, the +storage driver. For the `aufs`, `overlay`, and `overlay2` drivers, the copy-on-write operation follows this rough sequence: * Search through the image layers for the file to update. The process starts