https://book.cakephp.org/4/en/orm/retrieving-data-and-resultsets.html#dynamic-finders
@@ -2498,7 +2498,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
}
/**
- * Provides the dynamic findBy and findByAll methods.
+ * Provides the dynamic findBy and findAllBy methods.
*
* @param string $method The method name that was fired.
* @param array $args List of arguments passed to the function.