diff --git a/samples/DashboardDemo/src/DashboardDemo.Domain/Users/AppUser.cs b/samples/DashboardDemo/src/DashboardDemo.Domain/Users/AppUser.cs index 4706cd08e9..2f2ba91689 100644 --- a/samples/DashboardDemo/src/DashboardDemo.Domain/Users/AppUser.cs +++ b/samples/DashboardDemo/src/DashboardDemo.Domain/Users/AppUser.cs @@ -8,7 +8,7 @@ namespace DashboardDemo.Users * IdentityUser entity of the Identity module. * * - You can define your custom properties into this class. - * - You never create or delete this entity, becase it is Identity module's job. + * - You never create or delete this entity, because it is Identity module's job. * - You can query users from database with this entity. * - You can update values of your custom properties. */