From b3b3f4ef188f62a9c2cdf26380d3250416833d39 Mon Sep 17 00:00:00 2001 From: MaxRiz <10518283+maxrizwork@users.noreply.github.com> Date: Wed, 27 May 2020 17:56:13 +0200 Subject: [PATCH] Update Object-Extensions.md just a typo fixed --- docs/en/Object-Extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Object-Extensions.md b/docs/en/Object-Extensions.md index 8c7cca4037..308be4bfa7 100644 --- a/docs/en/Object-Extensions.md +++ b/docs/en/Object-Extensions.md @@ -2,7 +2,7 @@ ABP Framework provides an **object extension system** to allow you to **add extra properties** to an existing object **without modifying** the related class. This allows to extend functionalities implemented by a depended [application module](Modules/Index.md), especially when you want to [extend entities](Customizing-Application-Modules-Extending-Entities.md) and [DTOs](Customizing-Application-Modules-Overriding-Services.md) defined by the module. -> Object extension system is not normally not needed for your own objects since you can easily add regular properties to your own classes. +> Object extension system normally is not needed for your own objects since you can easily add regular properties to your own classes. ## IHasExtraProperties Interface @@ -409,4 +409,4 @@ ObjectExtensionManager.Instance ); ```` -See the [Entity Framework Core Integration document](Entity-Framework-Core.md) for more. \ No newline at end of file +See the [Entity Framework Core Integration document](Entity-Framework-Core.md) for more.