diff --git a/config_suite.module b/config_suite.module index b613982..c7c97e5 100644 --- a/config_suite.module +++ b/config_suite.module @@ -2,7 +2,7 @@ /** * @file - * Contains config_suite.module.. + * Contains config_suite.module. */ use Drupal\Core\Routing\RouteMatchInterface; @@ -16,9 +16,7 @@ function config_suite_help($route_name, RouteMatchInterface $route_match) { case 'help.page.config_suite': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('Config Suite is a set of improvements to the configuration management sto make it easier to work with.') . '

'; + $output .= '

' . t('Config Suite is a set of improvements to the core config system that eases the experience of working with configuration.') . '

'; return $output; - - default: } -} \ No newline at end of file +}