Skip to content

Commit c31db3e

Browse files
Merge pull request #127097 from changeworld/patch-23
Fix typo: multidimension -> multidimensional
2 parents ee09c55 + 9026b35 commit c31db3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/monitor-blob-storage.md

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

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

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

229229
```csharp
230230
public static async Task ReadStorageMetricValueTest()

0 commit comments

Comments
 (0)