Skip to content

Commit b68c0d8

Browse files
authored
Fix typo in custom activity documentation
Corrected 'Operation System' to 'Operating System' for clarity.
1 parent fd79671 commit b68c0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/data-factory/transform-data-using-custom-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following JSON snippet defines a pipeline with a simple Custom Activity. The
106106
}
107107
```
108108

109-
In this sample, the helloworld.exe is a custom application stored in the customactv2/helloworld folder of the Azure Storage account used in the resourceLinkedService. The Custom activity submits this custom application to be executed on Azure Batch. You can replace the command to any preferred application that can be executed on the target Operation System of the Azure Batch Pool nodes.
109+
In this sample, the helloworld.exe is a custom application stored in the customactv2/helloworld folder of the Azure Storage account used in the resourceLinkedService. The Custom activity submits this custom application to be executed on Azure Batch. You can replace the command to any preferred application that can be executed on the target Operating System of the Azure Batch Pool nodes.
110110

111111
The following table describes names and descriptions of properties that are specific to this activity.
112112

0 commit comments

Comments
 (0)