Skip to content

Commit 88205ba

Browse files
authored
Merge pull request #21844 from urivano/sharing_local_files_w_containers_typo
fixing typo
2 parents 9cfea3a + 1afb533 commit 88205ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/docker-concepts/running-containers/sharing-local-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Using a bind mount, you can map the configuration file on your host computer to
101101
$ mkdir public_html
102102
```
103103

104-
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.
104+
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.
105105

106106
```html
107107
<!DOCTYPE html>

0 commit comments

Comments
 (0)