diff --git a/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Auditing/FullAuditedAggregateRootWithUser.cs b/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Auditing/FullAuditedAggregateRootWithUser.cs
index cb0be46421..b2dbb8c280 100644
--- a/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Auditing/FullAuditedAggregateRootWithUser.cs
+++ b/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Auditing/FullAuditedAggregateRootWithUser.cs
@@ -4,12 +4,12 @@ using Volo.Abp.Auditing;
namespace Volo.Abp.Domain.Entities.Auditing
{
///
- /// Implements to be a base class for full-audited aggregate roots.
+ /// Implements to be a base class for full-audited aggregate roots.
///
/// Type of the user
[Serializable]
public abstract class FullAuditedAggregateRootWithUser : FullAuditedAggregateRoot, IFullAuditedObject
- where TUser : IEntity
+ where TUser : IEntity
{
///
public virtual TUser Deleter { get; set; }
@@ -22,13 +22,13 @@ namespace Volo.Abp.Domain.Entities.Auditing
}
///
- /// Implements to be a base class for full-audited aggregate roots.
+ /// Implements to be a base class for full-audited aggregate roots.
///
/// Type of the primary key of the entity
/// Type of the user
[Serializable]
public abstract class FullAuditedAggregateRootWithUser : FullAuditedAggregateRoot, IFullAuditedObject
- where TUser : IEntity
+ where TUser : IEntity
{
///
public virtual TUser Deleter { get; set; }