Skip to content

Commit 1e25c82

Browse files
authored
Merge pull request #100678 from wutaomsft/patch-3
change "an mltable" to "a mltable"
2 parents f61a30c + a8ffc9a commit 1e25c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-create-data-assets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ To create a File data asset in the Azure Machine Learning studio, use the follow
225225

226226
Please find more details about what are the abilities we provide via `mltable` in [reference-yaml-mltable](reference-yaml-mltable.md).
227227

228-
In this section, we show you how to create a data asset when the type is an `mltable`.
228+
In this section, we show you how to create a data asset when the type is a `mltable`.
229229

230230
### The MLTable file
231231

@@ -275,7 +275,7 @@ The `uri` parameter in `mltable.load()` should be a valid path to a local or clo
275275
> [!NOTE]
276276
> You will need the `mltable` library installed in your Environment (`pip install mltable`).
277277

278-
Below shows you how to create an `mltable` data asset. The `path` can be any of the supported path formats outlined above.
278+
Below shows you how to create a `mltable` data asset. The `path` can be any of the supported path formats outlined above.
279279

280280

281281
# [Azure CLI](#tab/cli)

0 commit comments

Comments
 (0)