mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 10:47:13 +00:00
Fix typos
This commit is contained in:
parent
76550dfa3c
commit
5c0799df7f
118 changed files with 1150 additions and 1602 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue