We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795b782 commit 893a38fCopy full SHA for 893a38f
doctrine/associations.rst
@@ -18,7 +18,7 @@ There are **two** main relationship/association types:
18
classes, and each class has many students).
19
20
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
+will contain many of the other side (e.g. "students" and "classes"), you need a
22
``ManyToMany`` relation. Otherwise, you likely need a ``ManyToOne``.
23
24
.. tip::
0 commit comments