From 6c2a64086e2e75a2376f103f0af5f86597f4d730 Mon Sep 17 00:00:00 2001 From: wood-push-melon Date: Sun, 10 Oct 2021 20:15:54 +0800 Subject: [PATCH] Correct the typo --- 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 45e75eb3d8..004362cdf6 100644 --- a/storage/storagedriver/index.md +++ b/storage/storagedriver/index.md @@ -475,7 +475,7 @@ examines how much room they take up. > consumed by a container's writable layer, it does not include information > about metadata and log-files stored for each container. > - > More details can be obtained my exploring the Docker Daemon's storage location + > More details can be obtained by exploring the Docker Daemon's storage location > (`/var/lib/docker` by default). > > ```console