Skip to content

Commit 44962ce

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

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:
246246

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

0 commit comments

Comments
 (0)