diff --git a/routing/controller b/routing/controller index aa6b7932..e1a8393e 100644 --- a/routing/controller +++ b/routing/controller @@ -6,7 +6,7 @@ currentMenu: routing-controller Instead of defining all of your request handling logic as Closures in route files, you may wish to organize this behavior using Controller classes. Controllers can group related request handling logic into a single class. Controllers are stored -in the Sources/App/Controllers directory. +in the `Sources/App/Controllers` directory. # Basic Controller