Skip to content

Commit

Permalink
Fix minor typo in debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
livkiss authored Aug 26, 2021
1 parent 4a11507 commit 925cb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ php artisan airdrop:debug > airdrop.json
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:

```bash
php artisan aidrop:debug > before.json
php artisan airdrop:debug > before.json

npm run production

php artisan aidrop:debug > after.json
php artisan airdrop:debug > after.json

diff before.json after.json
```

0 comments on commit 925cb44

Please sign in to comment.