Fix typo in 'parameter'. (#69370)
authorBradley Grainger <bgrainger@gmail.com>
Sun, 15 May 2022 15:27:46 +0000 (08:27 -0700)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 15:27:46 +0000 (08:27 -0700)
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs

index 39e95dd..dc07143 100644 (file)
@@ -141,7 +141,7 @@ namespace System.Diagnostics
         /// <returns><see langword="this" /> for convenient chaining.</returns>
         /// <remarks>
         /// When passing code value different than ActivityStatusCode.Error, the Activity.StatusDescription will reset to null value.
-        /// The description paramater will be respected only when passing ActivityStatusCode.Error value.
+        /// The description parameter will be respected only when passing ActivityStatusCode.Error value.
         /// </remarks>
         public Activity SetStatus(ActivityStatusCode code, string? description = null)
         {