Skip to content

Commit d7afbeb

Browse files
authored
Fix example for mount path file reference
1 parent 2bce9ec commit d7afbeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/storage-mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ The sub path can refer to either a folder or a file in the volume.
678678
679679
- If the sub path refers to a file, the mount path should refer to a file that doesn't already exist in the container.
680680
681-
For example, suppose the sub path is `my-volume-folder/my-volume-file.txt`, and the mount path is `/my-container-folder/my-container-file`. The folder `/my-container-folder` should already exist in the container but shouldn't yet contain the file `my-container-file.txt`.
681+
For example, suppose the sub path is `my-volume-folder/my-volume-file.txt`, and the mount path is `/my-container-folder/my-container-file.txt`. The folder `/my-container-folder` should already exist in the container but shouldn't yet contain the file `my-container-file.txt`.
682682
683683
The system ignores any sub path trailing slashes.
684684

0 commit comments

Comments
 (0)