Skip to content

Commit 4542e56

Browse files
Update en/orm/retrieving-data-and-resultsets.rst
Co-Authored-By: dreamingmind <[email protected]>
1 parent 090a3ee commit 4542e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/orm/retrieving-data-and-resultsets.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ replace the 'afterFind' callback found in previous versions of CakePHP.
404404
Passing arguments exposed in the **config** array,
405405
``$products->find('sizes', ['large', 'medium'])``
406406
can give unpredictable results when chaining
407-
custom finders. Always pass them in an associative array,
407+
custom finders. Always pass options as an associative array,
408408
``$products->find('sizes', ['values' => ['large', 'medium']])``
409409

410410
.. _dynamic-finders:

0 commit comments

Comments
 (0)