Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d6f73b9

Browse files
committed
Fixes wrong description in introduction
1 parent 316e20d commit d6f73b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/cookbook/setting-module-specific-layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ listens on the
66
[`Zend\Mvc\MvcEvent::EVENT_RENDER` event](https://docs.zendframework.com/zend-mvc/mvc-event/#mvceventevent_render-render)
77
and uses the
88
[`Zend\Router\RouteMatch` object](https://docs.zendframework.com/zend-mvc/routing/#routing)
9-
to get the called module from the current request.
9+
to get the called controller from the current request.
1010

1111
## Create Listener
1212

0 commit comments

Comments
 (0)