Skip to content

Commit

Permalink
Fix workspace grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
biya-bi committed Jun 21, 2024
1 parent acab3a7 commit 295cf84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 295cf84

Please sign in to comment.