diff --git a/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs b/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs index d5a143d736..1feb8c4cbb 100644 --- a/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs +++ b/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs @@ -3,7 +3,7 @@ namespace Volo.Abp.Domain.Entities; /// -/// This exception is thrown if an entity excepted to be found but not found. +/// This exception is thrown if an entity is expected to be found but not found. /// public class EntityNotFoundException : AbpException {