From 758cc0ecfa992a0e4fc0e2cc76ef69fd57bc4bcf Mon Sep 17 00:00:00 2001 From: Dave Long Date: Mon, 24 Jul 2023 16:58:20 +0100 Subject: Issue #3051548 by Rkumar, quietone, Balu Ertl, nitesh624, lauriii, pandaski, alexpott: Fix spelling of "email" --- core/modules/file/file.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/file/file.module') diff --git a/core/modules/file/file.module b/core/modules/file/file.module index cb28959aeb5f..3a6de2031a9e 100644 --- a/core/modules/file/file.module +++ b/core/modules/file/file.module @@ -795,7 +795,7 @@ function file_tokens($type, $tokens, array $data, array $options, BubbleableMeta case 'url': // Ideally, this would use return a relative URL, but because tokens - // are also often used in e-mails, it's better to keep absolute file + // are also often used in emails, it's better to keep absolute file // URLs. The 'url.site' cache context is associated to ensure the // correct absolute URL is used in case of a multisite setup. $replacements[$original] = $file->createFileUrl(FALSE); -- cgit v1.2.3