We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d6554 commit dc79ee6Copy full SHA for dc79ee6
README.md
@@ -43,7 +43,7 @@ using ZNetCS.AspNetCore.Authentication.Basic.Events;
43
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
44
{
45
46
- // default authentication initilaization
+ // default authentication initialization
47
app.UseAuthentication();
48
49
// other middleware e.g. MVC etc
0 commit comments