diff --git a/src/Sentry.Serilog/SentrySinkExtensions.cs b/src/Sentry.Serilog/SentrySinkExtensions.cs index 3eb5b56c3a..924cec9d84 100644 --- a/src/Sentry.Serilog/SentrySinkExtensions.cs +++ b/src/Sentry.Serilog/SentrySinkExtensions.cs @@ -34,7 +34,7 @@ public static class SentrySinkExtensions /// The diagnostics level to be used. /// What mode to use for reporting referenced assemblies in each event sent to sentry. Defaults to /// What modes to use for event automatic de-duplication. - /// Defaults tags to add to all events. + /// Default tags to add to all events. /// /// This sample shows how each item may be set from within a configuration file: /// diff --git a/src/Sentry/SentryOptions.cs b/src/Sentry/SentryOptions.cs index a3bba2f9c9..a1c056acdc 100644 --- a/src/Sentry/SentryOptions.cs +++ b/src/Sentry/SentryOptions.cs @@ -825,7 +825,7 @@ internal IFileSystem FileSystem public TimeSpan InitCacheFlushTimeout { get; set; } = TimeSpan.FromSeconds(1); /// - /// Defaults tags to add to all events. (These are indexed by Sentry). + /// Default tags to add to all events. (These are indexed by Sentry). /// /// /// If the key already exists in the event, it will not be overwritten by a default tag.