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.
1 parent 973f4b0 commit a3c3066Copy full SHA for a3c3066
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