diff --git a/core/lib/Drupal/Core/Routing/routing.api.php b/core/lib/Drupal/Core/Routing/routing.api.php index 887e8f6..58b99b0 100644 --- a/core/lib/Drupal/Core/Routing/routing.api.php +++ b/core/lib/Drupal/Core/Routing/routing.api.php @@ -52,7 +52,7 @@ * Relying on case-sensitive path matching is not recommended because it * negatively affects user experience, and path aliases do not support case- * sensitive matches. The case-sensitive exact match is currently supported - * only for backwards compatility and may be deprecated in a later release. + * only for backwards compatibility and may be deprecated in a later release. * - The 'defaults' section tells how to build the main content of the route, * and can also give other information, such as the page title and additional * arguments for the route controller method. There are several possibilities