diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb index 40abdc1f9..4fb9b0915 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb @@ -153,7 +153,7 @@ "source": [ "## Data and arguments setup \n", "\n", - "We will setup a trining script to run and its arguments to be used. The sample training script below will print the two arguments to show what has been passed to pipeline." + "We will setup a training script to run and its arguments to be used. The sample training script below will print the two arguments to show what has been passed to pipeline." ] }, { @@ -527,4 +527,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}