Skip to content

Commit

Permalink
Merge pull request #12 from ghuntley/patch-1
Browse files Browse the repository at this point in the history
Typo [Skip CI]
  • Loading branch information
nblumhardt committed Aug 18, 2016
2 parents 973f4b0 + a3c3066 commit 6aa2875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Log.Logger = new LoggerConfiguration()
// Other logger configuration
.CreateLogger()

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

// At application shutdown
Log.CloseAndFlush();
Expand Down

0 comments on commit 6aa2875

Please sign in to comment.