Skip to content

Commit 903a10c

Browse files
authored
Merge pull request #30770 from stevsmit/GH30559
Fixes minor typo
2 parents 9e99b44 + ca1260e commit 903a10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/op-about-pipelines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec: <4>
3333
default: "{pipelines-ver}"
3434
- name: IMAGE
3535
type: string
36-
description: image to be build from the code
36+
description: image to be built from the code
3737
tasks: <7>
3838
- name: fetch-repository
3939
taskRef:

modules/op-assembling-a-pipeline.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
default: "{pipelines-ver}"
5151
- name: IMAGE
5252
type: string
53-
description: image to be build from the code
53+
description: image to be built from the code
5454
tasks:
5555
- name: fetch-repository
5656
taskRef:

0 commit comments

Comments
 (0)