Fix typo in the Storage Overview page (#19466)

This commit is contained in:
Adeleke Akinade 2024-02-23 18:52:42 +00:00 committed by GitHub
parent 016b25de9d
commit 7c1d6816c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ If you use either bind mounts or volumes, keep the following in mind:
in which some files or directories exist, these files or directories are
obscured by the mount, just as if you saved files into `/mnt` on a Linux host
and then mounted a USB drive into `/mnt`. The contents of `/mnt` would be
obscured by the contents of the USB drive until the USB drive were unmounted.
obscured by the contents of the USB drive until the USB drive was unmounted.
The obscured files are not removed or altered, but are not accessible while the
bind mount or volume is mounted.