1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Minor formating

This commit is contained in:
Thomas Landauer 2017-10-11 22:50:32 +02:00 committed by GitHub
parent 436b15e873
commit d560449661

View File

@ -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: