Skip to content

Commit c1d62da

Browse files
committed
minor #6786 Subject-verb agreement (micheal)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6786). Discussion ---------- Subject-verb agreement Commits ------- b8240c9 Subject-verb agreement
2 parents b2f4fe1 + b8240c9 commit c1d62da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/upload_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Now, register this class as a Doctrine listener:
422422
));
423423
$container->setDefinition('app.doctrine_brochure_listener', $definition);
424424
425-
This listeners is now automatically executed when persisting a new Product
425+
This listener is now automatically executed when persisting a new Product
426426
entity. This way, you can remove everything related to uploading from the
427427
controller.
428428

0 commit comments

Comments
 (0)