diff --git a/docs/core/diagnostics/snippets/Metrics/Program.cs b/docs/core/diagnostics/snippets/Metrics/Program.cs index 625a538a54081..fd985d23e1b73 100644 --- a/docs/core/diagnostics/snippets/Metrics/Program.cs +++ b/docs/core/diagnostics/snippets/Metrics/Program.cs @@ -64,7 +64,7 @@ class Program static Counter s_hatsSold = s_meter.CreateCounter( name: "hats-sold", unit: "Hats", - description: "The number of ats sold in our store"); + description: "The number of hats sold in our store"); static void Main(string[] args) {