Fix typo in 05-router.md
Routers.php -> Routes.php
This commit is contained in:
parent
b0bf75da2b
commit
f2c5137ae1
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,6 @@ $routeDefinitionCallback = function (\FastRoute\RouteCollector $r) {
|
|||
$dispatcher = \FastRoute\simpleDispatcher($routeDefinitionCallback);
|
||||
```
|
||||
|
||||
This is already an improvement, but now all the handler code is in the `Routers.php` file. This is not optimal, so let's fix that in the next part.
|
||||
This is already an improvement, but now all the handler code is in the `Routes.php` file. This is not optimal, so let's fix that in the next part.
|
||||
|
||||
[<< previous](04-http.md) | [next >>](06-dispatching-to-a-class.md)
|
||||
|
|
Loading…
Reference in a new issue