diff --git a/automatic_updates.module b/automatic_updates.module index 83279055f1274c3d103d39e5c82de75a12d11e0d..e23c96eaf330423d1de6994e1c30f931f8233bdf 100644 --- a/automatic_updates.module +++ b/automatic_updates.module @@ -30,7 +30,7 @@ function automatic_updates_help($route_name, RouteMatchInterface $route_match) { ':update-form' => Url::fromRoute('automatic_updates.report_update')->toString(), ]); $output .= '</p>'; - $output .= '<p>' . t('Additionally, Automatic Updates periodically runs checks to ensure that updates can be installed, and will warn site adminstrators if problems are detected.') . '</p>'; + $output .= '<p>' . t('Additionally, Automatic Updates periodically runs checks to ensure that updates can be installed, and will warn site administrators if problems are detected.') . '</p>'; $output .= '<h3>' . t('Requirements') . '</h3>'; $output .= '<p>' . t('Automatic Updates requires Composer @version or later available as an executable, and PHP must have permission to run it. The path to the executable may be set in the <code>package_manager.settings:executables.composer</code> config setting, or it will be automatically detected.', ['@version' => ComposerExecutableValidator::MINIMUM_COMPOSER_VERSION]) . '</p>'; $output .= '<p>' . t('For more information, see the <a href=":automatic-updates-documentation">online documentation for the Automatic Updates module</a>.', [':automatic-updates-documentation' => 'https://www.drupal.org/docs/8/update/automatic-updates']) . '</p>';