Fix grammar

This commit is contained in:
Evan Owens 2014-12-29 15:44:57 -05:00 committed by Fabien Potencier
parent 90378ab900
commit 3073541eb2
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ With `LoggingTranslator`, a new translator class is introduced with Symfony
2.6. By default, the `@translator` service is referring to this class in the
debug environment.
If you have own services that depend on the `@translator` service and expect
If you have your own services that depend on the `@translator` service and expect
this service to be an instance of either
`Symfony\Component\Translation\Translator` or
`Symfony\Bundle\FrameworkBundle\Translation\Translator`, e.g. by type-hinting