diff --git a/docs/docs/04_docker_intro/04_in_depth_docker_tutorial/README.md b/docs/docs/04_docker_intro/04_in_depth_docker_tutorial/README.md index 82d59d9b..a4e328ed 100644 --- a/docs/docs/04_docker_intro/04_in_depth_docker_tutorial/README.md +++ b/docs/docs/04_docker_intro/04_in_depth_docker_tutorial/README.md @@ -63,7 +63,7 @@ This is in contrast to a Bind Mount, which is another type of volume where the D | Feature | Named Volumes | Bind Mounts | | -------------------------------------------- | --------------------------- | ------------------------------- | | Host Location | Docker chooses | You control | -| Mount Example (using `v`) | `my-colume:/usr/local/data` | `/path/to/data:/usr/local/data` | +| Mount Example (using `v`) | `my-volume:/usr/local/data` | `/path/to/data:/usr/local/data` | | Populates new volume with container contents | Yes | No | | Supports Volume Drivers | Yes | No |