Fix typos

This commit is contained in:
Marcello 2021-09-20 19:35:32 +02:00
parent 76550dfa3c
commit 51a1738c74
84 changed files with 759 additions and 876 deletions

View file

@ -23,7 +23,7 @@ composer create-project ezimuel/simple-mvc
| |- route.php --> routing
|- public
| |- img
| |- index.php --> app entrypoint
| |- index.php --> app entry-point
|- src
| |- Model
| |- View --> Plates views
@ -33,7 +33,7 @@ composer create-project ezimuel/simple-mvc
| |- Controller
```
### `indedx.php`
### `index.php`
```php
<?php