mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-09 03:07:13 +00:00
Fix typos
This commit is contained in:
parent
76550dfa3c
commit
51a1738c74
84 changed files with 759 additions and 876 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