From a38d5bbd90ab36d73b044d7cd774d21ff535cc2e 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

---
 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 694113fb57e6..34180b2c2575 100644
--- a/core/lib/Drupal/Core/DrupalKernel.php
+++ b/core/lib/Drupal/Core/DrupalKernel.php
@@ -229,7 +229,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