Skip to content

Commit c518a04

Browse files
authored
Merge pull request Azure#203 from davidefiocco/patch-1
Typo fix
2 parents 2f34888 + 210efe0 commit c518a04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"cell_type": "markdown",
1313
"metadata": {},
1414
"source": [
15-
"# Azure Machine Learning Pipeline with DataTranferStep\n",
16-
"This notebook is used to demonstrate the use of DataTranferStep in Azure Machine Learning Pipeline.\n",
15+
"# Azure Machine Learning Pipeline with DataTransferStep\n",
16+
"This notebook is used to demonstrate the use of DataTransferStep in Azure Machine Learning Pipeline.\n",
1717
"\n",
1818
"In certain cases, you will need to transfer data from one data location to another. For example, your data may be in Files storage and you may want to move it to Blob storage. Or, if your data is in an ADLS account and you want to make it available in the Blob storage. The built-in **DataTransferStep** class helps you transfer data in these situations.\n",
1919
"\n",
@@ -466,4 +466,4 @@
466466
},
467467
"nbformat": 4,
468468
"nbformat_minor": 2
469-
}
469+
}

0 commit comments

Comments
 (0)