Skip to content

Commit 191b5b3

Browse files
committed
Fixed typo after review. Thanks @jonorossi! ;)
1 parent cd2d62b commit 191b5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/WorkerServiceDemo/Worker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
2020
_logger.LogInformation("Worker started");
2121

2222
// Logging child property Name of structured object structured
23-
// to a separate column according to configuration in AddictionalColumns in appsettings.json
23+
// to a separate column according to configuration in AdditionalColumns in appsettings.json
2424
var structured = new Structured
2525
{
2626
Name = "Structured Subproperty Value"

0 commit comments

Comments
 (0)