Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 953b517

Browse files
committed
fix parameter name for template
1 parent 73a8b58 commit 953b517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/routing/dynamic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ A custom controller action can look like this::
120120
/**
121121
* @param object $contentDocument the name of this parameter is defined
122122
* by the RoutingBundle. You can also expect any route parameters
123-
* or $contentTemplate if you configured templates_by_class (see below).
123+
* or $template if you configured templates_by_class (see below).
124124
*
125125
* @return Response
126126
*/

0 commit comments

Comments
 (0)