From f3536eeabc2cfc8cfa81d2e55eede06eb515534b Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Fri, 17 Feb 2023 08:19:32 +0000 Subject: [PATCH] Issue #3209468 by joaopauloc.dev, pooja saraah, joachim: DrupalKernelInterface methods & DrupalKernel::sitePath should document the format of a site path (cherry picked from commit a38d5bbd90ab36d73b044d7cd774d21ff535cc2e) --- core/lib/Drupal/Core/DrupalKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/DrupalKernel.php b/core/lib/Drupal/Core/DrupalKernel.php index d16883d628f5..4ba0485d60c5 100644 --- a/core/lib/Drupal/Core/DrupalKernel.php +++ b/core/lib/Drupal/Core/DrupalKernel.php @@ -235,7 +235,7 @@ class DrupalKernel implements DrupalKernelInterface, TerminableInterface { * Site path is relative to the app root directory. * Usually defined as "sites/default". * - * By default, drupal uses sites/default. + * By default, Drupal uses sites/default. * * @var string */ -- GitLab