Skip to content

Commit 4672020

Browse files
committed
fix space issue
1 parent a766ba0 commit 4672020

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
@@ -101,6 +101,6 @@ jobs:
101101

102102
- job: stringList # Define a job named 'stringList'
103103
steps:
104-
- ${{ each region in parameters.myStringlist}}:
104+
- ${{ each region in parameters.myStringlist }}:
105105
- script: echo ${{region}}
106106
```

0 commit comments

Comments
 (0)