From c99f61f4a5c0ad47d2bb6bdb538363e89cb1a5c6 Mon Sep 17 00:00:00 2001 From: Anna Filina Date: Fri, 28 Jan 2022 10:17:50 -0500 Subject: [PATCH] Clearly refer to the `controllers` key in the configuration Signed-off-by: Anna Filina Co-authored-by: Aleksei Khudiakov --- docs/book/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/quick-start.md b/docs/book/quick-start.md index be72d019..81e45ab2 100644 --- a/docs/book/quick-start.md +++ b/docs/book/quick-start.md @@ -111,7 +111,7 @@ return [ ``` When the URI path of the request matches `/hello/world`, the specified controller and action will be used. -The controller name must be present in the `controllers` list. +The controller name must be present under the `controllers` key in the configuration. The associated class will then be instantiated and invoked. Learn more about routing [in the laminas-router documentation](https://docs.laminas.dev/laminas-router/routing).