Skip to content

Commit 881044b

Browse files
authored
Merge pull request #128253 from georgeOsdDev/patch-10
Fix example for mount path file reference
2 parents 6cd7ca8 + d7afbeb commit 881044b

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
@@ -687,7 +687,7 @@ The sub path can refer to either a folder or a file in the volume.
687687
688688
- If the sub path refers to a file, the mount path should refer to a file that doesn't already exist in the container.
689689
690-
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`.
690+
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`.
691691
692692
The system ignores any sub path trailing slashes.
693693

0 commit comments

Comments
 (0)