From c97747138e1f91f456c1af847350fc1729c247d0 Mon Sep 17 00:00:00 2001 From: catch Date: Thu, 28 May 2020 12:14:25 +0100 Subject: [PATCH] Issue #3138783 by mohrerao, jungle, DevJoJodae: Fix "Partially" relevant typos in core (cherry picked from commit 8b43890b4ee3bec9bdde9e6d4898908a6ed5f1c9) --- .../FunctionalJavascriptTests/Ajax/ElementValidationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php index ad85e98b2a0..f1867d3c0c5 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php @@ -44,7 +44,7 @@ class ElementValidationTest extends WebDriverTestBase { $this->assertNotNull($placeholder_text, 'A callback successfully echoed back a string.'); $this->drupalGet('ajax_validation_test'); - // Partialy complete the form with a number. + // Partially complete the form with a number. $page->fillField('drivernumber', '12345'); $page->findField('spare_required_field')->focus();