diff --git a/core/tests/Drupal/KernelTests/KernelTestBaseTest.php b/core/tests/Drupal/KernelTests/KernelTestBaseTest.php index 55ca1b8596..f809b91532 100644 --- a/core/tests/Drupal/KernelTests/KernelTestBaseTest.php +++ b/core/tests/Drupal/KernelTests/KernelTestBaseTest.php @@ -307,7 +307,7 @@ protected function tearDown() { } /** - * Ensures KernelTestBase tests can access module's in profiles. + * Ensures KernelTestBase tests can access modules in profiles. */ public function testProfileModules() { $this->assertFileExists('core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.info.yml');