From d60b2bba601f72a7f43f0df65a3bd4f63a7749a8 Mon Sep 17 00:00:00 2001 From: Johnny Peck Date: Wed, 24 Jun 2015 01:08:56 -0400 Subject: [PATCH] Update EngineInterface.php Grammer in doc comment. --- src/Symfony/Component/Templating/EngineInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Templating/EngineInterface.php b/src/Symfony/Component/Templating/EngineInterface.php index a28da649f3..d694d71e40 100644 --- a/src/Symfony/Component/Templating/EngineInterface.php +++ b/src/Symfony/Component/Templating/EngineInterface.php @@ -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).