Fix typos in code comments

This commit is contained in:
GitHubPang
2021-09-14 07:52:08 +08:00
committed by Phil Scott
parent c3510f3036
commit d34012cad0
10 changed files with 11 additions and 11 deletions

View File

@ -8,7 +8,7 @@ using Spectre.Console.Cli;
* This works around the chicken and egg situation with configuring serilog via the command line.
* The logger needs to be configured prior to executing the parser, but the logger needs the parsed values
* to be configured. By using serilog.sinks.map we can defer configuration. We use a LogLevelSwitch to control the
* logging levels dynamically, and then we use a serilog enricher that has it's state populated via a
* logging levels dynamically, and then we use a serilog enricher that has its state populated via a
* Spectre.Console CommandInterceptor
*/