Skip to content

Commit 91e245a

Browse files
gsandorxSandor GonzalezcijothomasTimothy Mothra
authored
Fix typo in doc comment (#2703)
Co-authored-by: Sandor Gonzalez <[email protected]> Co-authored-by: Cijo Thomas <[email protected]> Co-authored-by: Timothy Mothra <[email protected]>
1 parent d6567bf commit 91e245a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BASE/src/Microsoft.ApplicationInsights/Metrics/MetricSeriesConfigurationForMeasurement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#pragma warning disable CA1034 // "Do not nest type" - part of the public API and too late to change.
1010

1111
/// <summary>Abstracts the configuration for a metric series aggregated using the "measurement" aggregation kind.
12-
/// A mear=surement is best suited for metrics describing sizes or durations.
12+
/// A measurement is best suited for metrics describing sizes or durations.
1313
/// It contains the Min, Max, Sum and Count of values tracked during an aggregation period.</summary>
1414
public class MetricSeriesConfigurationForMeasurement : IMetricSeriesConfiguration
1515
{

0 commit comments

Comments
 (0)