Commit 7c6ea007 authored by Marco's avatar Marco
Browse files

Fix typo in devel_help()

parent 049ce37b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ function devel_help($route_name, RouteMatchInterface $route_match) {
      $output .= '</dl>';
      return $output;

    case 'devel.route_info';
    case 'devel.route_info':
      $output = '';
      $output .= '<p>' . t('Displays registered routes for the site. For a complete overview of the routing system, see the <a href=":url">online documentation</a>.', [':url' => 'https://www.drupal.org/docs/8/api/routing-system']) . '</p>';
      return $output;