1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Merge pull request #7435 from oguzdumanoglu/patch-2

Fix a typo on Documentation
This commit is contained in:
Michael Moravec 2018-11-11 23:22:25 +01:00 committed by GitHub
commit ebf2630a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ with associations in Doctrine:
removed, not the entity itself. A collection of entities always
only represents the association to the containing entities, not the
entity itself.
- When a bidirectional assocation is updated, Doctrine only checks
- When a bidirectional association is updated, Doctrine only checks
on one of both sides for these changes. This is called the :doc:`owning side <unitofwork-associations>`
of the association.
- A property with a reference to many entities has to be instances of the