Skip to content

Commit a373a7b

Browse files
authored
Merge pull request #15191 from KhooHaoYit/patch-1
fix typo in overlayfs-driver
2 parents 52becc3 + 7fa00f6 commit a373a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/storagedriver/overlayfs-driver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ overlay.
379379

380380
- **The file does not exist in the container layer**: If a container opens a
381381
file for read access and the file does not already exist in the container
382-
(`upperdir`) it is read from the image (`lowerdir)`. This incurs very little
382+
(`upperdir`) it is read from the image (`lowerdir`). This incurs very little
383383
performance overhead.
384384

385385
- **The file only exists in the container layer**: If a container opens a file

0 commit comments

Comments
 (0)