From 94cacea0648e1f75f1cc582889d4f009d363d23a Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 13 Mar 2025 14:06:20 +0100 Subject: [PATCH] docs: fix some minor issues As pointed out by Tom on the PR #25397. Signed-off-by: Paul Holzinger --- docs/source/markdown/options/mount.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/markdown/options/mount.md b/docs/source/markdown/options/mount.md index 8e05ab804c..c2e9859767 100644 --- a/docs/source/markdown/options/mount.md +++ b/docs/source/markdown/options/mount.md @@ -39,8 +39,8 @@ annotation) will be used as filename and joined to the path. If the annotation does not exist the digest will be used as filename instead. This results in all blobs of the artifact mounted into the container at the given path. -However if the *dst* path is a existing file in the container then the blob will be -mounted directly on it. This only works when the artifact contains of a single blob +However, if the *dst* path is an existing file in the container, then the blob will be +mounted directly on it. This only works when the artifact contains a single blob or when either *digest* or *title* are specified. Options specific to type=**volume**: