Skip to content

Commit 5959aaf

Browse files
committed
Fixing spelling mistakes
1 parent 9c88011 commit 5959aaf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ If you want dynamic vars you can use this:
1313

1414
VAR_NAME=[ASK_FOR_VALUE]
1515

16-
Then you wil be prompted to enter a value
16+
Then you will be prompted to enter a value
1717

1818
# commontasks
1919
Create a .default_laravel_local_dev.tasks in your home directory with the common tasks that you normally perfrom on each local environment.
2020
e.g.
2121
``` bash
2222
npm install
23-
mpn run dev
23+
npm run dev
2424
php artisan migrate
2525
php artisan storage:link
2626
```
2727

2828
# all
29-
Execcute all of the available commands
29+
Execute all of the available commands
3030
``` bash
31-
php artisan setuolocaldev:all
31+
php artisan setuplocaldev:all
3232
```
3333
## Installation
3434

@@ -55,7 +55,6 @@ php artisan setuplocaldev:commontasks --file=mytasks
5555
php artisan setuplocaldev:all
5656
or
5757
php artisan setuplocaldev:all --file_env=myvars --file_tasks=mytasks
58-
5958
```
6059

6160
### Testing

0 commit comments

Comments
 (0)