Skip to content

Commit a8ffc9a

Browse files
authored
change "an mltable" to "a mltable"
1 parent 12d3edc commit a8ffc9a

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
@@ -224,7 +224,7 @@ To create a File data asset in the Azure Machine Learning studio, use the follow
224224

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

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

229229
### The MLTable file
230230

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

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

279279

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

0 commit comments

Comments
 (0)