Skip to content

Commit cbc45dd

Browse files
authored
Update readme.md
Fixed minor typos
1 parent 61da030 commit cbc45dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public class Daemon : ConsoleAppBase
325325

326326
Interceptor
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

505505
DI
506506
---

0 commit comments

Comments
 (0)