fixed minor typo in Filesystem section

This commit is contained in:
Ricard Bejarano 2019-02-18 11:06:00 +01:00
parent c14a5f4249
commit 42338a0562

View file

@ -28,14 +28,14 @@ The image's contents are:
``` ```
/ /
├── etc/ ├── etc/
│ ├── group/ │ ├── group
│ ├── nginx/ │ ├── nginx/
│ │ ├── html/ │ │ ├── html/
│ │ │ ├── 50x.html │ │ │ ├── 50x.html
│ │ │ └── index.html │ │ │ └── index.html
│ │ ├── mime.types │ │ ├── mime.types
│ │ └── nginx.conf │ │ └── nginx.conf
│ └── passwd/ │ └── passwd
├── lib/ ├── lib/
│ └── x86_64-linux-gnu/ │ └── x86_64-linux-gnu/
│ ├── ld-2.24.so │ ├── ld-2.24.so