minor #15080 Update EngineInterface.php (johnnypeck)

This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #15080).

Discussion
----------

Update EngineInterface.php

Grammer in doc comment.

Commits
-------

d60b2bb Update EngineInterface.php
This commit is contained in:
Fabien Potencier 2015-08-01 16:10:55 +02:00
commit 041c489548
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).