Skip to content

Commit 6b6f613

Browse files
committed
Fix typo: Programatically -> Programmatically
1 parent 6a27e20 commit 6b6f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For instance, `allowSchemaDrift: true,` in a source transformation tells the ser
2424
The DFS is automatically produced by the user interface. You can click the Script button to view and customize the script. You can also generate scripts outside of the ADF UI and then pass that into the PowerShell cmdlet. When debugging complex data flows, you may find it easier to scan the script code-behind instead of scanning the UI graph representation of your flows.
2525

2626
Here are a few example use cases:
27-
- Programatically producing many data flows that are fairly similar, i.e. "stamping-out" data flows.
27+
- Programmatically producing many data flows that are fairly similar, i.e. "stamping-out" data flows.
2828
- Complex expressions that are difficult to manage in the UI or are resulting in validation issues.
2929
- Debugging and better understanding various errors returned during execution.
3030

0 commit comments

Comments
 (0)