Skip to content

Commit 76f4a51

Browse files
authored
Fixes #256 - typo
1 parent 094f15c commit 76f4a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The downside of initializing Serilog first is that services from the ASP.NET Cor
198198

199199
To address this, Serilog supports two-stage initialization. An initial "bootstrap" logger is configured immediately when the program starts, and this is replaced by the fully-configured logger once the host has loaded.
200200

201-
To use this technique, first replace the initial `CreateLogger()` call with `CreateBoostrapLogger()`:
201+
To use this technique, first replace the initial `CreateLogger()` call with `CreateBootstrapLogger()`:
202202

203203
```csharp
204204
using Serilog;

0 commit comments

Comments
 (0)