From c9e67cf99a2a22eb345b7714386ecc40e85ea9bd Mon Sep 17 00:00:00 2001 From: Greg Sheremeta Date: Tue, 13 Feb 2024 10:57:29 -0500 Subject: [PATCH] docs: typo fix in container-set-template.md 2 (#12664) Signed-off-by: Greg Sheremeta --- docs/container-set-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container-set-template.md b/docs/container-set-template.md index 697a3b09ee7e..1530d87c3779 100644 --- a/docs/container-set-template.md +++ b/docs/container-set-template.md @@ -66,7 +66,7 @@ All container set templates that have artifacts must/should have a container nam If you want to use base-layer artifacts, `main` must be last to finish, so it must be the root node in the graph. -That is may not be practical. +That may not be practical. Instead, have a workspace volume and make sure all artifacts paths are on that volume.