Skip to content

Commit 570b773

Browse files
committed
fixed typo
1 parent 52a65c1 commit 570b773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/files/analyze-files-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following example shows how to list a metric definition at the account level
125125

126126
foreach (var metricDefinition in metricDefinitions)
127127
{
128-
// Enumrate metric definition:
128+
// Enumerate metric definition:
129129
// Id
130130
// ResourceId
131131
// Name
@@ -172,7 +172,7 @@ The following example shows how to read `UsedCapacity` data at the account level
172172

173173
foreach (var metric in Response.Value)
174174
{
175-
// Enumrate metric value
175+
// Enumerate metric value
176176
// Id
177177
// Name
178178
// Type
@@ -225,7 +225,7 @@ The following example shows how to read metric data on the metric supporting mul
225225

226226
foreach (var metric in Response.Value)
227227
{
228-
//Enumrate metric value
228+
//Enumerate metric value
229229
// Id
230230
// Name
231231
// Type

0 commit comments

Comments
 (0)