Skip to content

Commit

Permalink
Merge pull request #9655 from danialRahimy/patch-2
Browse files Browse the repository at this point in the history
Fix typo on controllers page
  • Loading branch information
ChristophWurst authored Jun 9, 2023
2 parents aeeb3b8 + b4bab5d commit f9aed94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_manual/basics/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Templates
A :doc:`template <front-end/templates>` can be rendered by returning a TemplateResponse. A TemplateResponse takes the following parameters:

* **appName**: tells the template engine in which app the template should be located
* **templateName**: the name of the template inside the template/ folder without the .php extension
* **templateName**: the name of the template inside the templates/ folder without the .php extension
* **parameters**: optional array parameters that are available in the template through $_, e.g.::

array('key' => 'something')
Expand Down

0 comments on commit f9aed94

Please sign in to comment.