Skip to content

Commit b65facc

Browse files
committed
minor #3373 fix typo in ApplyTokenParser PHP doc (campino2k)
This PR was submitted for the 3.x branch but it was merged into the 1.x branch instead. Discussion ---------- fix typo in ApplyTokenParser PHP doc Typo Commits ------- 47b5028 fix typo in ApplyTokenParser PHP doc
2 parents cb06013 + 47b5028 commit b65facc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TokenParser/ApplyTokenParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* {% apply upper %}
2424
* This text becomes uppercase
25-
* {% endapplys %}
25+
* {% endapply %}
2626
*/
2727
final class ApplyTokenParser extends AbstractTokenParser
2828
{

0 commit comments

Comments
 (0)