Skip to content

Commit c624a64

Browse files
Fixed spelling mistake (#13677)
Wrapps should be wraps.
1 parent 1685d44 commit c624a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Monitor/Monitor/OutputClasses/PSMetricNoDetails.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
namespace Microsoft.Azure.Commands.Insights.OutputClasses
1818
{
1919
/// <summary>
20-
/// Wrapps around the Metric and exposes a summary of the property's properties
20+
/// Wraps around the Metric and exposes a summary of the property's properties
2121
/// </summary>
2222
public class PSMetricNoDetails : PSMetric
2323
{

0 commit comments

Comments
 (0)