From b2d7976ad96b761d196edaac545dfb4c6324d930 Mon Sep 17 00:00:00 2001 From: Mike Ritter Date: Fri, 7 May 2021 08:32:39 -0500 Subject: [PATCH] Updated typo Workspace documentation (#216) Signed-off-by: Mike Ritter --- content/usage/workspace.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/usage/workspace.md b/content/usage/workspace.md index 34e56fe6f..2c2b686fe 100644 --- a/content/usage/workspace.md +++ b/content/usage/workspace.md @@ -5,7 +5,7 @@ description: > Shared directory that all build steps begin at. --- -Vela uses a shared volume model between steps to allow shared file system during the build process. These volumes should be considered ephemeral in the sense once a build completes execution all data via the volume being destroyed. +Vela uses a shared volume model between steps to allow shared file system during the build process. These volumes should be considered ephemeral in the sense once a build completes execution all data via the volume being destroyed. ## Working Directory @@ -36,7 +36,7 @@ This ensures the configuration, code, dependencies, and compiled binaries are pe ```sh # Syntax -/vela/secrets// +/vela/parameters// # Example /vela/parameters/github/repo/settings/topics @@ -63,4 +63,4 @@ git clone https://github.com/go-vela/hello-world.git ``` {{% alert color="warning" %}} In cases where your clone needs special configuration you should add a step at the beginning of the pipeline adding the desired behavior. -{{% /alert %}} \ No newline at end of file +{{% /alert %}}