Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spelling mistake on Page; it had an extra e.
  • Loading branch information
phillduffy committed Sep 18, 2023
1 parent 98b4686 commit ea57cfb
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 @@ -60,7 +60,7 @@ public void ConfigureServices(IServiceCollection services)
}
```

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

```csharp
Expand Down

0 comments on commit ea57cfb

Please sign in to comment.