Skip to content

Commit 13384f5

Browse files
authored
Merge pull request #89 from phillduffy/patch-1
Update README.md
2 parents 98b4686 + ea57cfb commit 13384f5

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
@@ -60,7 +60,7 @@ public void ConfigureServices(IServiceCollection services)
6060
}
6161
```
6262

63-
In the `Startup.Configure` method, enable the middleware to serve the log UI pagee.
63+
In the `Startup.Configure` method, enable the middleware to serve the log UI page.
6464
Note: call to the `UseSerilogUi` middleware must be placed **_after_** any Authentication and Authorization middleware, otherwise the authentication may not work:
6565

6666
```csharp

0 commit comments

Comments
 (0)