Skip to content

Commit 9179c08

Browse files
authored
Fixed semantic.
1 parent c6eb315 commit 9179c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/pipeline-trigger-troubleshoot-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Failure type is user configuration issue. String of parameters, instead of Array
266266

267267
**Resolution**
268268

269-
Input **execute pipeline** activity for pipeline parameter as *@createArray('a','b')* for example, if you want to pass parameters 'a' and 'b'. If you want to pass numbers, for example, use *@createArray(1,2,3).* Use createArray function to force parameters being passed as an array.
269+
Input **execute pipeline** activity for pipeline parameter as *@createArray('a','b')* for example, if you want to pass parameters 'a' and 'b'. If you want to pass numbers, for example, use *@createArray(1,2,3)*. Use createArray function to force parameters being passed as an array.
270270

271271

272272
## Next steps

0 commit comments

Comments
 (0)