Skip to content

Commit fd6a737

Browse files
Merge pull request #127099 from changeworld/patch-25
Fix typo: multidimension -> multidimensional
2 parents 51586af + 32d8164 commit fd6a737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/queues/monitor-queue-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)