From b95167bc5707f550ebe61163dbef73ca4a1918e4 Mon Sep 17 00:00:00 2001 From: Chi Date: Fri, 27 Nov 2020 09:39:35 +0000 Subject: [PATCH] #3185016 Fix typo --- src/TwigExtension.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TwigExtension.php b/src/TwigExtension.php index 726a3bc..e57346e 100644 --- a/src/TwigExtension.php +++ b/src/TwigExtension.php @@ -1333,13 +1333,13 @@ class TwigExtension extends AbstractExtension { } /** - * Returns the tranlation for the given entity. + * Returns the translation for the given entity. * * @param object $entity * The entity to get the translation from. * * @param string $langcode - * (optional) For which language the trnaslation should be looked for, + * (optional) For which language the translation should be looked for, * defaults to the current language context. * * @return EntityInterface