Skip to content

Commit c58ef69

Browse files
committed
Fix typo in documentation
1 parent 3f459e1 commit c58ef69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Settings.Configuration/Settings/Configuration/LoadedConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ internal LoadedConfiguration(IReadOnlyDictionary<string, LoggingLevelSwitch> log
1515
/// <summary>
1616
/// The log level switches that were loaded from the <c>LevelSwitches</c> section of the configuration.
1717
/// </summary>
18-
/// <remarks>The keys of the dictionary are the name of the switches, including the leading <c>$</c> character.</remarks>
18+
/// <remarks>The keys of the dictionary are the names of the switches, including the leading <c>$</c> character.</remarks>
1919
public IReadOnlyDictionary<string, LoggingLevelSwitch> LogLevelSwitches { get; }
2020
}

0 commit comments

Comments
 (0)