Update EngineInterface.php

Grammer in doc comment.
This commit is contained in:
Johnny Peck 2015-06-24 01:08:56 -04:00 committed by Fabien Potencier
parent 1270e72560
commit d60b2bba60
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Templating;
/**
* EngineInterface is the interface each engine must implement.
*
* All methods relies on a template name. A template name is a
* All methods rely on a template name. A template name is a
* "logical" name for the template, and as such it does not refer to
* a path on the filesystem (in fact, the template can be stored
* anywhere, like in a database).