From 295cf848d2c20eccfc10ad78916c90eb0a720139 Mon Sep 17 00:00:00 2001 From: Paul Muriel Biya-Bi Date: Fri, 21 Jun 2024 12:15:10 -0400 Subject: [PATCH] Fix workspace grammatical error --- documentation/modules/ROOT/pages/_partials/_workspaces.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/_partials/_workspaces.adoc b/documentation/modules/ROOT/pages/_partials/_workspaces.adoc index f6a172e..8e972ce 100644 --- a/documentation/modules/ROOT/pages/_partials/_workspaces.adoc +++ b/documentation/modules/ROOT/pages/_partials/_workspaces.adoc @@ -15,7 +15,7 @@ include::partial$tekton-nav-to-folder.adoc[tags="folder-all,workspaces"] In many partical usecases of Pipelines it becomes crucial for you to share the filesystem between Tasks and between Steps. The filesystem could typically hold a clone github repostiory, a ConfigMap or a secret. -A Task step and Pipeline task can share a common filesystem via a Tekton `workspace`. This helps Pipelines to pick up changes form one task to another task in the Pipeline workflow. +A Task step and Pipeline task can share a common filesystem via a Tekton `workspace`. This helps Pipelines to pick up changes from one task to another task in the Pipeline workflow. [#ws-overview] == Overview