Skip to content

Commit a3c3066

Browse files
authored
:%s/writtend/written/g
1 parent 973f4b0 commit a3c3066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Log.Logger = new LoggerConfiguration()
2020
// Other logger configuration
2121
.CreateLogger()
2222

23-
Log.Information("This will be writtend to disk on the worker thread");
23+
Log.Information("This will be written to disk on the worker thread");
2424

2525
// At application shutdown
2626
Log.CloseAndFlush();

0 commit comments

Comments
 (0)