Skip to content

Commit cf00b12

Browse files
authored
Merge pull request #335 from kzaabox/master
Typo in a log message has been fixed (WorkflowHost.cs)
2 parents c182dce + cfa5db7 commit cf00b12

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)