Skip to content

Commit 12bc527

Browse files
authored
Merge pull request #68 from biya-bi/documentation/workspaces/fix_grammatical_error
Fix workspace grammatical error
2 parents acab3a7 + f534e92 commit 12bc527

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

documentation/modules/ROOT/pages/_partials/_workspaces.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include::partial$tekton-nav-to-folder.adoc[tags="folder-all,workspaces"]
1515

1616
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.
1717

18-
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.
18+
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.
1919

2020
[#ws-overview]
2121
== Overview
@@ -288,7 +288,7 @@ If all went well the list directory should show the directory listing of {tutori
288288

289289
- What is a workspace
290290
- How to bind a workspace to a TaskRun using PVC
291-
- How to share the workaapce across multiple TaskRuns
291+
- How to share the workspace across multiple TaskRuns
292292

293293
[#ws-use-cm]
294294
== Using ConfigMap as Workspace
@@ -473,8 +473,8 @@ include::ROOT:example$greeter-app-deploy.yaml[]
473473
----
474474

475475
<.> The parameters for the Pipeline
476-
<.> A workpace named `source`, we will map it to the PVC`tekton-tutorial-sources` in PipelineRun in upcoming section
477-
<.> A workapce named `maven-settings`, we will map it to ConfigMap `maven-settings` in the PipelineRun in upcming section
476+
<.> A workspace named `source`, we will map it to the PVC`tekton-tutorial-sources` in PipelineRun in upcoming section
477+
<.> A workspace named `maven-settings`, we will map it to ConfigMap `maven-settings` in the PipelineRun in upcoming section
478478
<.> The `buildah` build image task returns a output. We use the that as part of the `--image` parameter to `kn` Task
479479

480480
[#ws-create-pipeline]

documentation/modules/ROOT/pages/_partials/namespace-prep.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kubectl config set-context --current --namespace {chapter-namespace}
1313
----
1414

1515
ifdef::openshift[]
16-
All exercises of this chapter will be done a namesapace `{chapter-namespace}`, lets create the project if not done earlier and switch to the `{chapter-namespace}` namespace:
16+
All exercises of this chapter will be done in a namespace `{chapter-namespace}`, lets create the project if not done earlier and switch to the `{chapter-namespace}` namespace:
1717
endif::[]
1818

1919
As part of this exercise we will need to install the following external tasks and cluster tasks to be installed in the namespace:

0 commit comments

Comments
 (0)