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();