Skip to content

Commit a59d9e3

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

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
@@ -403,7 +403,7 @@ replace the 'afterFind' callback found in previous versions of CakePHP.
403403

404404
Passing arguments exposed in the **config** array,
405405
``$products->find('sizes', ['large', 'medium'])``
406-
can give unpredictable results when chaining
406+
can give unexpected results when chaining
407407
custom finders. Always pass options as an associative array,
408408
``$products->find('sizes', ['values' => ['large', 'medium']])``
409409

0 commit comments

Comments
 (0)