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.
2 parents 88d6554 + dc79ee6 commit 4f727e0Copy full SHA for 4f727e0
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