Skip to content

Commit

Permalink
Merge pull request #7435 from oguzdumanoglu/patch-2
Browse files Browse the repository at this point in the history
Fix a typo on Documentation
  • Loading branch information
Majkl578 authored Nov 11, 2018
2 parents 9018955 + 5837025 commit ebf2630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/working-with-associations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebf2630

Please sign in to comment.