Skip to content
Snippets Groups Projects
Commit 353f2e66 authored by Kevin Paxman's avatar Kevin Paxman Committed by Liam Morland
Browse files

Issue #3375961: Fix "dowloading" typo

parent a1b98ce4
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ function fillpdf_help($route_name, RouteMatchInterface $route_match) { ...@@ -22,7 +22,7 @@ function fillpdf_help($route_name, RouteMatchInterface $route_match) {
case 'fillpdf.forms_admin': case 'fillpdf.forms_admin':
if (\Drupal::moduleHandler()->moduleExists('help')) { 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') ':link' => Url::fromUri('https://www.drupal.org/docs/contributed-modules/fillpdf')
->toString(), ->toString(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment