Skip to content

Commit f2d215d

Browse files
committed
Fix typo: multidimension -> multidimensional
1 parent ce7ecd1 commit f2d215d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The following example shows how to read `UsedCapacity` data at the account level
206206

207207
For multidimensional metrics, you need to define metadata filters if you want to read metric data on specific dimension values.
208208

209-
The following example shows how to read metric data on the metric supporting multidimension:
209+
The following example shows how to read metric data on the metric supporting multidimensional:
210210

211211
```csharp
212212
public static async Task ReadStorageMetricValueTest()

0 commit comments

Comments
 (0)