Skip to content

Commit abd5c0b

Browse files
bart-vmwareCopilot
andauthored
Update src/Common/src/Logging/BootstrapLoggerFactory.cs
Co-authored-by: Copilot <[email protected]>
1 parent 53d5554 commit abd5c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/src/Logging/BootstrapLoggerFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static BootstrapLoggerFactory CreateConsole()
5858
/// Creates a new <see cref="BootstrapLoggerFactory" /> that writes to the console.
5959
/// </summary>
6060
/// <param name="configure">
61-
/// Enables further configuration of the bootstrap logger from code.
61+
/// Enables further configuring the bootstrap logger from code.
6262
/// </param>
6363
public static BootstrapLoggerFactory CreateConsole(Action<ILoggingBuilder> configure)
6464
{

0 commit comments

Comments
 (0)