Skip to content

Commit 51586af

Browse files
Merge pull request #127100 from changeworld/patch-26
Fix typo: multidimension -> multidimensional
2 parents d030f96 + b7f49be commit 51586af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/tables/monitor-table-storage.md

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

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

245-
The following example shows how to read metric data on the metric supporting multidimension:
245+
The following example shows how to read metric data on the metric supporting multidimensional values:
246246

247247
```csharp
248248
public static async Task ReadStorageMetricValueTest()

0 commit comments

Comments
 (0)