Skip to content

Commit dd59d8b

Browse files
committed
Documentation updates
Signed-off-by: horea <horea@rospace.com>
1 parent cc28406 commit dd59d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v1/how-tos/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With each request, when matching one of these routes, the `PageHandler` will det
2424

2525
### Manipulating the declared routes and modules
2626

27-
Each module has a `RoutesDelegator.php` file (ex. `src/Page/src/RoutesDelegator.php`).
27+
Each module has a `RoutesDelegator.php` file (ex. `src/Page/src/RoutesDelegator.php`).
2828
In this file we are retrieving the application config from the container and we loop over each module and their assigned routes.
2929

3030
```php

0 commit comments

Comments
 (0)