diff --git a/fillpdf.module b/fillpdf.module
index ab0e2bda6ae459c16c09a9a19bae5ecf69260262..b0cd7e50d5fb1cf95050c8634ca22ffe7ad24604 100644
--- a/fillpdf.module
+++ b/fillpdf.module
@@ -22,7 +22,7 @@ function fillpdf_help($route_name, RouteMatchInterface $route_match) {
 
     case 'fillpdf.forms_admin':
       if (\Drupal::moduleHandler()->moduleExists('help')) {
-        return t('See the <a href=":link">documentation</a> for an explanation on dowloading these forms to PDF',
+        return t('See the <a href=":link">documentation</a> for an explanation on downloading these forms to PDF',
           [
             ':link' => Url::fromUri('https://www.drupal.org/docs/contributed-modules/fillpdf')
               ->toString(),