Skip to content

Commit 87056e5

Browse files
authored
Fixed typo (#37652)
Hats were missing `h` in Counter description.
1 parent ad29898 commit 87056e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/snippets/Metrics/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Program
6464
static Counter<int> s_hatsSold = s_meter.CreateCounter<int>(
6565
name: "hats-sold",
6666
unit: "Hats",
67-
description: "The number of ats sold in our store");
67+
description: "The number of hats sold in our store");
6868

6969
static void Main(string[] args)
7070
{

0 commit comments

Comments
 (0)