Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
urivano committed Jan 17, 2025
1 parent 9cfea3a commit 1afb533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1afb533

Please sign in to comment.