Small typo/grammar fix in class' comment
This commit is contained in:
Cas 2013-09-14 16:21:59 +02:00 committed by Fabien Potencier
parent 6a17a39fcb
commit 568113f64a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Symfony\Component\Config\Resource\FileResource;
* PhpFileLoader loads service definitions from a PHP file.
*
* The PHP file is required and the $container variable can be
* used form the file to change the container.
* used within the file to change the container.
*
* @author Fabien Potencier <fabien@symfony.com>
*/