Skip to content

Commit a766ba0

Browse files
committed
fix text
1 parent 6f06276 commit a766ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipelines/process/includes/parameter-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- ${{ parameters.myStep }} # Use the step from the 'myStep' parameter
101101

102-
- job: stringList # Define a job named 'myStep'
102+
- job: stringList # Define a job named 'stringList'
103103
steps:
104104
- ${{ each region in parameters.myStringlist}}:
105105
- script: echo ${{region}}

0 commit comments

Comments
 (0)