Skip to content

Commit 041c489

Browse files
committed
minor symfony#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 symfony#15080). Discussion ---------- Update EngineInterface.php Grammer in doc comment. Commits ------- d60b2bb Update EngineInterface.php
2 parents 1270e72 + d60b2bb commit 041c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Templating/EngineInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* EngineInterface is the interface each engine must implement.
1616
*
17-
* All methods relies on a template name. A template name is a
17+
* All methods rely on a template name. A template name is a
1818
* "logical" name for the template, and as such it does not refer to
1919
* a path on the filesystem (in fact, the template can be stored
2020
* anywhere, like in a database).

0 commit comments

Comments
 (0)