From cdad5a82c56290a176ca035d3b47662256d519b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schr=C3=B6der?= Date: Thu, 20 Oct 2016 13:32:59 +0200 Subject: [PATCH] Fixed typo in annotations reference --- docs/en/reference/annotations-reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst index 7b59aa678..e55a23eff 100644 --- a/docs/en/reference/annotations-reference.rst +++ b/docs/en/reference/annotations-reference.rst @@ -315,7 +315,7 @@ depending on whether the classes are in the namespace or not. @Embeddable ~~~~~~~~~~~~~~~~~~~~~ -The embeddable is required on an entity targed to be embeddable inside +The embeddable is required on an entity targeted to be embeddable inside another. It works together with the :ref:`@Embedded ` annotation to establish the relationship between two entities.