From 2610bbfcff176a2360cb363ab5c7b47d0012aa3d Mon Sep 17 00:00:00 2001 From: NesleeCanilPinto Date: Fri, 24 Apr 2020 06:23:38 +0000 Subject: [PATCH] Issue #3124739 by Neslee Canil Pinto: Typo error in codebase --- src/TwigTweakExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TwigTweakExtension.php b/src/TwigTweakExtension.php index 1b83e3f..404a3b0 100644 --- a/src/TwigTweakExtension.php +++ b/src/TwigTweakExtension.php @@ -564,7 +564,7 @@ class TwigTweakExtension extends AbstractExtension { } /** - * Extracts file URL form content entity. + * Extracts file URL from content entity. * * @param \Drupal\Core\Entity\EntityInterface $entity * Entity object that contains information about the file.