Skip to content

Commit cacf795

Browse files
committed
minor #8860 fix typo (tacman)
This PR was merged into the 4.0 branch. Discussion ---------- fix typo Commits ------- 893a38f fix typo
2 parents 15c38eb + 893a38f commit cacf795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are **two** main relationship/association types:
1818
classes, and each class has many students).
1919

2020
First, you need to determine which relationship to use. If both sides of the relation
21-
will contain many of the oter side (e.g. "students" and "classes"), you need a
21+
will contain many of the other side (e.g. "students" and "classes"), you need a
2222
``ManyToMany`` relation. Otherwise, you likely need a ``ManyToOne``.
2323

2424
.. tip::

0 commit comments

Comments
 (0)