Skip to content

Commit d31697a

Browse files
committed
Merge pull request cakephp#2567 from lordg/patch-5
Grammar Correction
2 parents 2d89660 + 5aef3b6 commit d31697a

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)