There was an error while loading. Please reload this page.
1 parent 2d89660 commit 5aef3b6Copy full SHA for 5aef3b6
en/core-libraries/behaviors/containable.rst
@@ -14,7 +14,7 @@ and consistent way.
14
Containable allows you to streamline and simplify operations on
15
your model bindings. It works by temporarily or permanently
16
altering the associations of your models. It does this by using
17
-supplied the containments to generate a series of ``bindModel`` and
+the supplied containments to generate a series of ``bindModel`` and
18
``unbindModel`` calls. Since Containable only modifies existing relationships it
19
will not allow you to restrict results by distant associations. Instead
20
you should refer to :ref:`joining-tables`.
0 commit comments