From d56044966186681001c834740d34960163b09f22 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 11 Oct 2017 22:50:32 +0200 Subject: [PATCH] Minor formating --- docs/en/reference/association-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/association-mapping.rst b/docs/en/reference/association-mapping.rst index faae8d551..bdb12b706 100644 --- a/docs/en/reference/association-mapping.rst +++ b/docs/en/reference/association-mapping.rst @@ -795,7 +795,7 @@ Take an example of two entities ``Article`` and ``Tag``. Whenever you want to connect an Article to a Tag and vice-versa, it is mostly the Article that is responsible for this relation. Whenever you add a new article, you want to connect it with existing or new -tags. Your create Article form will probably support this notion +tags. Your "Create Article" form will probably support this notion and allow specifying the tags directly. This is why you should pick the Article as owning side, as it makes the code more understandable: