Fix a typo

This commit is contained in:
Jonny Barnes 2016-12-08 21:14:29 +00:00
parent 21afde6070
commit cb6ba96d14

View file

@ -35,5 +35,5 @@ $ php artisan migrate
Now we need to edit some config values. In `config/app.php` edit `name`, and in
`config/syndication.php` edit it to the appropriate values or set targets to `null`.
Now point your server to `publix/index.php` and viola. Essetnally this is a
Now point your server to `publix/index.php` and viola. Essentially this is a
Laravel app so debugging things shouldnt be too hard.