Skip to content

Commit dc79ee6

Browse files
authored
Correct spelling of 'initialization'
1 parent 88d6554 commit dc79ee6

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
@@ -43,7 +43,7 @@ using ZNetCS.AspNetCore.Authentication.Basic.Events;
4343
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
4444
{
4545

46-
// default authentication initilaization
46+
// default authentication initialization
4747
app.UseAuthentication();
4848

4949
// other middleware e.g. MVC etc

0 commit comments

Comments
 (0)