Skip to content

Commit 81d0c5e

Browse files
authored
Fix typo in xml-docs for MicrosoftConsoleJsonLayout (#593)
1 parent 51dab76 commit 81d0c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NLog.Extensions.Logging/Layouts/MicrosoftConsoleJsonLayout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace NLog.Extensions.Logging
88
{
99
/// <summary>
10-
/// Renders output that simulates Microsoft Json Console Formatter from AddJsonConsol
10+
/// Renders output that simulates Microsoft Json Console Formatter from AddJsonConsole
1111
/// </summary>
1212
[Layout("MicrosoftConsoleJsonLayout")]
1313
[ThreadAgnostic]

0 commit comments

Comments
 (0)