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

Fix a typo

There was a typo in Working with Associations page.
This commit is contained in:
Oguz Dumanoglu 2018-10-19 16:32:27 +02:00 committed by GitHub
parent 4df3a4d436
commit 58370256c0
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