Skip to content

Commit ec3b08b

Browse files
authored
Fix typo LoggingTools.cs (#740)
1 parent acf6eb2 commit ec3b08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/logging/samples/server/Tools/LoggingTools.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static async Task<string> LoggingTool(
2727

2828
try
2929
{
30-
logger.LogCritical("A critial log message");
30+
logger.LogCritical("A critical log message");
3131
logger.LogError("An error log message");
3232
logger.LogWarning("A warning log message");
3333
logger.LogInformation("An informational log message");
@@ -42,4 +42,4 @@ public static async Task<string> LoggingTool(
4242

4343
return $"Long running tool completed. Duration: {duration} seconds. Steps: {steps}.";
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)