File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ public class Daemon : ConsoleAppBase
325325
326326Interceptor
327327-- -
328- Interceptor can hook before / after batch running event . You can imprement `IConsoleAppInterceptor ` for it .
328+ Interceptor can hook before / after batch running event . You can implement `IConsoleAppInterceptor ` for it .
329329
330330`ConsoleAppContext .Timestamp ` has start time so if subtraction from now , get elapsed time .
331331
@@ -500,7 +500,7 @@ public class ConfigAppSample : ConsoleAppBase
500500}
501501```
502502
503- for the details, please see [ .NET Core Generic Host] ( https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host ) documantation .
503+ for the details, please see [ .NET Core Generic Host] ( https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host ) documentation .
504504
505505DI
506506---
You can’t perform that action at this time.
0 commit comments