Skip to content

Commit 7946d3e

Browse files
authored
Fixed typo in ConsoleLoggerOptions docs (dotnet#4453)
1 parent 75eb938 commit 7946d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<ReturnType>Microsoft.Extensions.Logging.LogLevel</ReturnType>
132132
</ReturnValue>
133133
<Docs>
134-
<summary>Gets or sets value indicating the minimum level of messaged that would get written to <c>Console.Error</c>.</summary>
134+
<summary>Gets or sets value indicating the minimum level of messages that would get written to <c>Console.Error</c>.</summary>
135135
<value>To be added.</value>
136136
<remarks>To be added.</remarks>
137137
</Docs>

0 commit comments

Comments
 (0)