diff --git a/templating/embedding_controllers.rst b/templating/embedding_controllers.rst index 228ae4053ee..cec3e27a948 100644 --- a/templating/embedding_controllers.rst +++ b/templating/embedding_controllers.rst @@ -68,7 +68,7 @@ The ``recent_list`` template is perfectly straightforward: you'll learn how to do this correctly. To include the controller, you'll need to refer to it using the standard -string syntax for controllers (i.e. **bundle**:**controller**:**action**): +string syntax for controllers (i.e. **controllerPath**::**action**): .. configuration-block:: @@ -79,7 +79,7 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**): {# ... #}
@@ -92,7 +92,7 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**):