aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.97k stars 871 forks source link

Spelling error DeletePersonalData.cshtml.cs #2065

Closed blankenbush closed 5 years ago

blankenbush commented 5 years ago

The word "deleteing" is wrong. It should be "deleting" on line: 111; DeletePersonalData.cshtml.cs.

Also found in comment on line 183; SqlStoreTestBase.cs

capture

blowdart commented 5 years ago

Would you like to go for a pull request here? :)

blankenbush commented 5 years ago

Pull request - https://github.com/aspnet/Identity/pull/2066