From 2a306369d00dd77c4969139dc9d8a147ee38a3ef Mon Sep 17 00:00:00 2001 From: Yuri Withowsky Date: Fri, 5 Apr 2024 08:30:19 -0300 Subject: [PATCH] fix(docs): code block annotation (#352) --- src/Elastic.CommonSchema.Serilog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elastic.CommonSchema.Serilog/README.md b/src/Elastic.CommonSchema.Serilog/README.md index 9eb87602..448dc7b6 100644 --- a/src/Elastic.CommonSchema.Serilog/README.md +++ b/src/Elastic.CommonSchema.Serilog/README.md @@ -106,7 +106,7 @@ https://messagetemplates.org/ format. The available ECS message template properties are listed under `LogTemplateProperties.*` e.g `LogTemplateProperties.TraceId` -```chsarp +```csharp Log.Information("The time is {TraceId}", "my-trace-id"); ```