Skip to content

Commit

Permalink
Update controllers.rst
Browse files Browse the repository at this point in the history
Correction of typos

Signed-off-by: danial rahimy <48244647+danialRahimy@users.noreply.github.com>
  • Loading branch information
danialRahimy authored and juliushaertl committed Jun 9, 2023
1 parent 8894c06 commit b4bab5d
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 b4bab5d

Please sign in to comment.