Skip to content

Commit d005898

Browse files
lex111javiereguiluz
authored andcommitted
Fix correct extension in comment of example
1 parent a4796b8 commit d005898

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
@@ -102,7 +102,7 @@ to :doc:`customize form rendering </form/form_customization>`):
102102

103103
.. code-block:: html+php
104104

105-
<!-- app/Resources/views/product/new.html.twig -->
105+
<!-- app/Resources/views/product/new.html.php -->
106106
<h1>Adding a new product</h1>
107107

108108
<?php echo $view['form']->start($form) ?>

0 commit comments

Comments
 (0)