Skip to content

Commit 2f33c62

Browse files
Fix warning.
1 parent c4173e8 commit 2f33c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-prepare-datasets-for-automl-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ az ml data create -f [PATH_TO_YML_FILE] --workspace-name [YOUR_AZURE_WORKSPACE]
117117

118118
---
119119

120-
If you already have your data in an existing datastore, to create a data asset out of it, provide the path to the data in the datastore, instead of the path of your local machine. Update [the preceding code](#using-prelabeled-training-data-from-local-machine) with the following snippet.
120+
If you already have your data in an existing datastore, to create a data asset out of it, provide the path to the data in the datastore, instead of the path of your local machine. Update [the preceding code](#use-prelabeled-training-data-from-local-machine) with the following snippet.
121121

122122
# [Azure CLI](#tab/cli)
123123
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]

0 commit comments

Comments
 (0)