From 054466839176d8b7ad06293c88846c91b76763fb Mon Sep 17 00:00:00 2001 From: Mdsujansarkar Date: Fri, 28 Nov 2025 01:38:54 +0600 Subject: [PATCH] Fix typos in documentation --- Translation/Test/TranslatorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Translation/Test/TranslatorTest.php b/Translation/Test/TranslatorTest.php index 5342f5b..c86efe1 100644 --- a/Translation/Test/TranslatorTest.php +++ b/Translation/Test/TranslatorTest.php @@ -27,7 +27,7 @@ * * As mentioned by chx http://drupal.org/node/1273968 we can cover all by testing number from 0 to 199 * - * The goal to cover all languages is to far fetched so this test case is smaller. + * The goal to cover all languages is too far fetched so this test case is smaller. * * @author Clemens Tolboom clemens@build2be.nl */ @@ -349,7 +349,7 @@ public static function successLangcodes(): array * This both depends on a complete list trying to add above as understanding * the plural rules of the current failing languages. * - * @return array with nplural together with langcodes + * @return array With nplural together with langcodes */ public static function failingLangcodes(): array {