10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fdcf6 commit c074d5dCopy full SHA for c074d5d
quick_tour/the_big_picture.rst
@@ -256,8 +256,8 @@ retrieved through the ``$name`` method argument.
256
257
If you have a closer look at the action code, you can see that instead of
258
rendering a template like before, it just returns an array of parameters. The
259
-``@extra:Template()`` annotation takes care of rendering a template the name of which
260
-is determined based on some simple conventions (it will render
+``@extra:Template()`` annotation takes care of rendering a template the name
+of which is determined based on some simple conventions (it will render
261
``src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig``).
262
263
.. tip::
0 commit comments