From 5060ac6eb4f2d656ad71a18fe6b6e3f9bc7b6dd9 Mon Sep 17 00:00:00 2001 From: catch Date: Tue, 29 Mar 2022 10:02:46 +0100 Subject: [PATCH] Issue #3265723 by nevergone: Duplicate word: directly (cherry picked from commit 0cb87d68b2c9ef61a44a3851c780a79ac9361257) --- core/lib/Drupal/Component/Render/FormattableMarkup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Component/Render/FormattableMarkup.php b/core/lib/Drupal/Component/Render/FormattableMarkup.php index 404cf7e6bdc..d9cb205fe64 100644 --- a/core/lib/Drupal/Component/Render/FormattableMarkup.php +++ b/core/lib/Drupal/Component/Render/FormattableMarkup.php @@ -20,7 +20,7 @@ use Drupal\Component\Utility\UrlHelper; * non-English-only sites) in addition to formatting it. Variables concatenated * without the insertion of language-specific words or punctuation are some * examples where translation is not applicable and using this class directly - * directly is appropriate. + * is appropriate. * * This class is designed for formatting messages that are mostly text, not as * an HTML template language. As such: