Skip to content

Commit 893a38f

Browse files
authored
fix typo
1 parent 795b782 commit 893a38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/associations.rst

+1-1
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)