Skip to content

Commit 210efe0

Browse files
authored
Typo fix
1 parent 5fd14ba commit 210efe0

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

Lines changed: 3 additions & 3 deletions
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",
@@ -325,4 +325,4 @@
325325
},
326326
"nbformat": 4,
327327
"nbformat_minor": 2
328-
}
328+
}

0 commit comments

Comments
 (0)