We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 973f4b0 + a3c3066 commit 6aa2875Copy full SHA for 6aa2875
README.md
@@ -20,7 +20,7 @@ Log.Logger = new LoggerConfiguration()
20
// Other logger configuration
21
.CreateLogger()
22
23
-Log.Information("This will be writtend to disk on the worker thread");
+Log.Information("This will be written to disk on the worker thread");
24
25
// At application shutdown
26
Log.CloseAndFlush();
0 commit comments