Skip to content

Commit cfa5db7

Browse files
committed
Typo in a log message has been fixed (WorkflowHost.cs)
1 parent c182dce commit cfa5db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkflowCore/Services/WorkflowHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void Start()
8686
_lifeCycleEventHub.Start().Wait();
8787
_searchIndex.Start().Wait();
8888

89-
Logger.LogInformation("Starting backgroud tasks");
89+
Logger.LogInformation("Starting background tasks");
9090

9191
foreach (var task in _backgroundTasks)
9292
task.Start();

0 commit comments

Comments
 (0)