We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc28406 commit dd59d8bCopy full SHA for dd59d8b
1 file changed
docs/book/v1/how-tos/routing.md
@@ -24,7 +24,7 @@ With each request, when matching one of these routes, the `PageHandler` will det
24
25
### Manipulating the declared routes and modules
26
27
-Each module has a `RoutesDelegator.php` file (ex. `src/Page/src/RoutesDelegator.php`).
+Each module has a `RoutesDelegator.php` file (ex. `src/Page/src/RoutesDelegator.php`).
28
In this file we are retrieving the application config from the container and we loop over each module and their assigned routes.
29
30
```php
0 commit comments