[FrameworkBundle] fix a minor typo

This commit is contained in:
Christian Flothmann 2017-03-03 09:31:18 +01:00
parent 1a957100c2
commit fdfcb220e5

View File

@ -38,7 +38,7 @@ use Symfony\Component\Serializer\SerializerInterface;
/**
* Common features needed in controllers.
*
* The recommended way of injecting dependencies is trough getter injection.
* The recommended way of injecting dependencies is through getter injection.
*
* @author Kévin Dunglas <dunglas@gmail.com>
* @author Fabien Potencier <fabien@symfony.com>