Skip to content

Commit dde159b

Browse files
Merge pull request #9 from felixkiss/patch-1
Fix minor typo in debugging.md
2 parents 4a11507 + 925cb44 commit dde159b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ php artisan airdrop:debug > airdrop.json
5656
Or you can run it before and after a command you expect is modifying files (as was the case with [this issue](https://github.com/hammerstonedev/airdrop/issues/2)) to see what the difference is:
5757

5858
```bash
59-
php artisan aidrop:debug > before.json
59+
php artisan airdrop:debug > before.json
6060

6161
npm run production
6262

63-
php artisan aidrop:debug > after.json
63+
php artisan airdrop:debug > after.json
6464

6565
diff before.json after.json
6666
```

0 commit comments

Comments
 (0)