From 210efe022abe91b85cf68083325940355ce4b1ee Mon Sep 17 00:00:00 2001 From: Davide Fiocco Date: Fri, 8 Feb 2019 20:23:12 +0100 Subject: [PATCH] Typo fix --- .../intro-to-pipelines/aml-pipelines-data-transfer.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb index 2a690382..35116a27 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb @@ -12,8 +12,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Azure Machine Learning Pipeline with DataTranferStep\n", - "This notebook is used to demonstrate the use of DataTranferStep in Azure Machine Learning Pipeline.\n", + "# Azure Machine Learning Pipeline with DataTransferStep\n", + "This notebook is used to demonstrate the use of DataTransferStep in Azure Machine Learning Pipeline.\n", "\n", "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", "\n", @@ -325,4 +325,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}