From 2fac0ae51d1b4a80748e0a3c11d49a6380abd508 Mon Sep 17 00:00:00 2001 From: NesleeCanilPinto Date: Fri, 24 Apr 2020 06:22:45 +0000 Subject: [PATCH] Issue #3124739 by Neslee Canil Pinto: Typo error in codebase --- src/TwigExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TwigExtension.php b/src/TwigExtension.php index 5001459..136d063 100644 --- a/src/TwigExtension.php +++ b/src/TwigExtension.php @@ -1184,7 +1184,7 @@ class TwigExtension extends \Twig_Extension { } /** - * Extracts file URL form content entity. + * Extracts file URL from content entity. * * @param object $entity * Entity object that contains information about the file.