@@ -18,7 +18,7 @@ function dynamic_page_cache_help($route_name, RouteMatchInterface $route_match)
$output.='<h3>'.t('Uses').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('Speeding up your site').'</dt>';
$output.='<dd>'.t('Pages are cached the first time they are requested if they are suitable from caching, then the cached version is served for all later requests. Dynamic content is handled automatically so that both cache correctness and hit ratio is maintained.').'</dd>';
$output.='<dd>'.t('Pages which are suitable for caching are cached the first time they are requested, then the cached version is served for all later requests. Dynamic content is handled automatically so that both cache correctness and hit ratio is maintained.').'</dd>';
$output.='<dd>'.t('The module requires no configuration. Every part of the page contains metadata that allows Dynamic Page Cache to figure this out on its own.').'</dd>';