Skip to content

Commit 7d8b76c

Browse files
Merge pull request #239404 from RamanathanChinnappan-MSFT/patch-48
(AzureCXP) fixes MicrosoftDocs/azure-docs#110037
2 parents 93c110b + 2506e59 commit 7d8b76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/tutorial-pipeline-return-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Value of object type is defined as follows:
6565

6666
The pipeline return value of the child pipeline becomes the activity output of the Execute Pipeline Activity. You can retrieve the information with _@activity('Execute Pipeline1').output.pipelineReturnValue.keyName_. The use case is limitless. For instance, you may use
6767
* An _int_ value from child pipeline to define the wait period for a [wait activity](control-flow-wait-activity.md)
68-
* A _sting_ value to define the URL for the [Web activity](control-flow-web-activity.md)
68+
* A _string_ value to define the URL for the [Web activity](control-flow-web-activity.md)
6969
* An _expression_ value payload for a [script activity](transform-data-using-script.md) for logging purposes.
7070

7171
:::image type="content" source="media/pipeline-return-value/pipeline-return-value-03-calling-pipeline.png" alt-text="Screenshot shows the calling pipeline.":::

0 commit comments

Comments
 (0)