fixing typo

This commit is contained in:
Uros 2025-01-16 23:34:33 -05:00
parent 9cfea3a75c
commit 1afb53315b
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Using a bind mount, you can map the configuration file on your host computer to
$ mkdir public_html
```
3. Change the directory to `public_html` and create a file called `index.html` with the following content. This is a basic HTML document that creates a simple webpage that welcomes you with a friendly whale.
3. Navigate into the newly created directory `public_html` and create a file called `index.html` with the following content. This is a basic HTML document that creates a simple webpage that welcomes you with a friendly whale.
```html
<!DOCTYPE html>