From c904c10085583ae9065ce01e0f5b5a78b3c0f2a8 Mon Sep 17 00:00:00 2001 From: MaxRiz <10518283+maxrizwork@users.noreply.github.com> Date: Wed, 10 Jun 2020 21:52:04 +0200 Subject: [PATCH] Typo on Entities.md Just a small typo reading the doc --- docs/en/Entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Entities.md b/docs/en/Entities.md index 8a234b94a5..0d34c35ce6 100644 --- a/docs/en/Entities.md +++ b/docs/en/Entities.md @@ -382,7 +382,7 @@ The way to store this dictionary in the database depends on the database provide Extra Properties system is especially useful if you are using a **re-usable module** that defines an entity inside and you want to get/set some data related to this entity in an easy way. -You normally **don't need** to this system for your own entities, because it has the following drawbacks: +You typically **don't need** to use this system for your own entities, because it has the following drawbacks: * It is **not fully type safe** since it works with strings as property names. * It is **not easy to [auto map](Object-To-Object-Mapping.md)** these properties from/to other objects.