Przeglądaj źródła

[TwigBundle] Fixed typo

Don Pinkster 14 lat temu
rodzic
commit
c4923fc57e

+ 1 - 1
src/Symfony/Bundle/TwigBundle/GlobalVariables.php

@@ -14,7 +14,7 @@ namespace Symfony\Bundle\TwigBundle;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * AppVariables is the entry point for Symfony global variables in Twig templates.
+ * GlobalVariables is the entry point for Symfony global variables in Twig templates.
  *
  * @author Fabien Potencier <fabien@symfony.com>
  */