From 9c2b00a42eadd8348d4ebac46538de765d58dcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 12 Mar 2024 13:53:18 +0100 Subject: [PATCH] Spell which properly --- src/Query/QueryBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Query/QueryBuilder.php b/src/Query/QueryBuilder.php index f099e756bcb..4c5d6b8d40a 100644 --- a/src/Query/QueryBuilder.php +++ b/src/Query/QueryBuilder.php @@ -1734,7 +1734,7 @@ public function __clone() /** * Enables caching of the results of this query, for given amount of seconds - * and optionally specified witch key to use for the cache entry. + * and optionally specified which key to use for the cache entry. * * @return $this */