Skip to content

Commit ea57cfb

Browse files
authored
Update README.md
Spelling mistake on Page; it had an extra e.
1 parent 98b4686 commit ea57cfb

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)