diff --git a/core/lib/Drupal/Core/Routing/routing.api.php b/core/lib/Drupal/Core/Routing/routing.api.php index 58b99b0..b505465 100644 --- a/core/lib/Drupal/Core/Routing/routing.api.php +++ b/core/lib/Drupal/Core/Routing/routing.api.php @@ -46,7 +46,7 @@ * base URL). Generally, paths in Drupal are treated as case-insensitive, * which overrides the default Symfony behavior. Specifically: * - If different routes are defined for /example and /EXAmplE, the exact - * match is respected. + * match is respected. * - If there is no exact match, the route falls back to a case-insensitive * match, so /example and /EXAmplE will return the same page. * Relying on case-sensitive path matching is not recommended because it