https://book.cakephp.org/3/en/orm/retrieving-data-and-resultsets.html#dynamic-finders
@@ -2568,7 +2568,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.