some more typo and readability fixes

This commit is contained in:
lubiana 2022-04-30 21:24:25 +02:00
parent 33e7c08624
commit 9954be75f8
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 11 additions and 12 deletions

View file

@ -86,7 +86,7 @@ return function(\FastRoute\RouteCollector $r) {
};
```
Now let's rewrite the route dispatcher part to use the `Routes.php` file.
Now let's rewrite the route dispatcher part to use the `routes.php` file.
```php
$routeDefinitionCallback = require __DIR__ . '/../config/routes.php';