Skip to content

Commit 5aef3b6

Browse files
committed
Grammar Correction
Fixed a small grammar correction in the second paragraph.
1 parent 2d89660 commit 5aef3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/core-libraries/behaviors/containable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and consistent way.
1414
Containable allows you to streamline and simplify operations on
1515
your model bindings. It works by temporarily or permanently
1616
altering the associations of your models. It does this by using
17-
supplied the containments to generate a series of ``bindModel`` and
17+
the supplied containments to generate a series of ``bindModel`` and
1818
``unbindModel`` calls. Since Containable only modifies existing relationships it
1919
will not allow you to restrict results by distant associations. Instead
2020
you should refer to :ref:`joining-tables`.

0 commit comments

Comments
 (0)