From af9e6221d5ffd58f26c069647de780c6b1176519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Tue, 5 Dec 2023 23:50:19 +0100 Subject: [PATCH] Update src/contracts/Repository/Values/Content/Search/SpellcheckResult.php Co-authored-by: Konrad Oboza --- .../Repository/Values/Content/Search/SpellcheckResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php b/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php index 7d6a75ecb6..952095d17f 100644 --- a/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php +++ b/src/contracts/Repository/Values/Content/Search/SpellcheckResult.php @@ -16,7 +16,7 @@ final class SpellcheckResult private ?string $query; /** - * Flag indicating that corrections has been applied to input query. + * Flag indicating that corrections have been applied to input query. */ private bool $incorrect;